Turn on yamllint enforcement via pre-commit. This affects both the CI
system as well as developers that pre-commit configured in their
environment (like they should)
Change-Id: If1ad8619a181ea916bcadc9eaddc58207fbef720
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
hooks:
- id: gitlint
+ - repo: https://github.com/adrienverge/yamllint.git
+ rev: v1.26.1
+ hooks:
+ - id: yamllint
+
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
hooks:
--- /dev/null
+---
+other:
+ - |
+ yamllint is now enforced on commits via pre-commit. This affects both CI as
+ well as developers that have pre-commit properly configured in their
+ environment.