We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7dc076 commit 1a6b471Copy full SHA for 1a6b471
1 file changed
.pre-commit-config.yaml
@@ -67,6 +67,13 @@ repos:
67
files: \.json$
68
exclude: ^(3rdparty/|build.*/|install/)
69
args: [--autofix, --indent=2, --no-ensure-ascii]
70
+ - id: check-yaml
71
+ files: \.(yaml|yml)$
72
+ exclude: ^(3rdparty/|build.*/|install/)
73
+ - id: check-case-conflict
74
75
+ - id: check-merge-conflict
76
77
78
# Shell script linting with shellcheck (no docker dependency)
79
- repo: https://github.com/shellcheck-py/shellcheck-py
0 commit comments