We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69daf2f commit fb08826Copy full SHA for fb08826
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
# Dockerfile linting with hadolint
79
- repo: https://github.com/hadolint/hadolint
0 commit comments