1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-09-27 22:52:39 +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:
Nick M 2021-01-07 11:13:43 -05:00 committed by GitHub
commit 09f4f549a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,8 @@ repos:
rev: v1.25.0 rev: v1.25.0
hooks: hooks:
- id: yamllint - id: yamllint
args:
- --strict
# Shell script hooks # Shell script hooks
- repo: https://github.com/detailyang/pre-commit-shell - repo: https://github.com/detailyang/pre-commit-shell