Merge pull request #65 from cisagov/improvement/enable_yamllint_strict

Use the --strict Flag for the yamllint pre-commit Hook
pull/113/head
Nick M 3 years ago committed by GitHub
commit 09f4f549a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .pre-commit-config.yaml

@ -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…
Cancel
Save