mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Remove obsolete pre-commit excludes
With the removal of the premake sources all exclude directives in .pre-commit-config.yaml are obsolete, so remove them. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
parent
159117ded3
commit
36e1109624
1 changed files with 0 additions and 6 deletions
|
|
@ -5,11 +5,9 @@ repos:
|
|||
hooks:
|
||||
- id: check-case-conflict
|
||||
- id: check-executables-have-shebangs
|
||||
exclude: ^build/premake/premake5
|
||||
- id: check-json
|
||||
- id: check-merge-conflict
|
||||
- id: check-shebang-scripts-are-executable
|
||||
exclude: ^build/premake/premake5
|
||||
- id: check-symlinks
|
||||
- id: check-toml
|
||||
- id: check-xml
|
||||
|
|
@ -50,12 +48,10 @@ repos:
|
|||
- --diff
|
||||
- --simplify
|
||||
stages: [pre-commit]
|
||||
exclude: ^build/premake/premake5/
|
||||
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||
rev: v0.10.0.1
|
||||
hooks:
|
||||
- id: shellcheck
|
||||
exclude: ^build/premake/premake5/
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.41.0
|
||||
hooks:
|
||||
|
|
@ -63,7 +59,6 @@ repos:
|
|||
exclude: |
|
||||
(?x)(
|
||||
^.gitea/ISSUE_TEMPLATE/|
|
||||
^build/premake/|
|
||||
^source/third_party/
|
||||
)
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
|
|
@ -72,4 +67,3 @@ repos:
|
|||
- id: yamllint
|
||||
args:
|
||||
- --strict
|
||||
exclude: ^build/premake/premake5/
|
||||
|
|
|
|||
Loading…
Reference in a new issue