mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
19 lines
485 B
YAML
19 lines
485 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.1.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
exclude: >
|
|
(?x)^(
|
|
^test/runnable/extra-files/.*$|
|
|
^test/compilable/extra-files/.*$|
|
|
)$
|
|
- id: check-merge-conflict
|
|
- id: check-added-large-files
|
|
- id: detect-private-key
|
|
- id: no-commit-to-branch
|
|
args: [--branch, master]
|
|
- repo: https://github.com/sirosen/check-jsonschema
|
|
rev: 0.14.0
|
|
hooks:
|
|
- id: check-github-workflows
|