mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Merge pull request #65 from cisagov/improvement/enable_yamllint_strict
Use the --strict Flag for the yamllint pre-commit Hook
This commit is contained in:
commit
09f4f549a8
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ repos:
|
|||
rev: v1.25.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
args:
|
||||
- --strict
|
||||
|
||||
# Shell script hooks
|
||||
- repo: https://github.com/detailyang/pre-commit-shell
|
||||
|
|
Loading…
Reference in a new issue