Skip to content

Commit b5b1eac

Browse files
committed
chore: Enable strict mode for yamllint
1 parent 7a0e577 commit b5b1eac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ repos:
1818
rev: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # 1.37.1
1919
hooks:
2020
- id: yamllint
21+
args: ["--strict"]
2122
types: [text]
2223
files: \.(yml|yaml)(\.j2)*$
2324

template/.pre-commit-config.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ repos:
1818
rev: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # 1.37.1
1919
hooks:
2020
- id: yamllint
21+
args: ["--strict"]
2122

2223
- repo: https://github.com/igorshubovych/markdownlint-cli
2324
rev: 192ad822316c3a22fb3d3cc8aa6eafa0b8488360 # 0.45.0

0 commit comments

Comments
 (0)