Skip to content

Commit 6265ef0

Browse files
committed
pre-commit: exclude rpm/gating.yaml from check-yaml
check-yaml for whatever reason doesn't like `!Policy` in rpm/gating.yaml. Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 5037942 commit 6265ef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ repos:
2121
- id: check-executables-have-shebangs
2222
- id: check-merge-conflict
2323
- id: check-yaml
24+
exclude: rpm/gating.yaml
2425
- repo: https://github.com/codespell-project/codespell
2526
# Configuration for codespell is in .codespellrc
2627
rev: v2.4.1

0 commit comments

Comments
 (0)