browbeat/.pre-commit-config.yaml
Masco Kaliyamoorthy 91101dbdc8 fix lint errors
Change-Id: Id857fc63f91d7673a5944637e821466e871990d3
2020-10-14 21:11:44 +05:30

18 lines
492 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: mixed-line-ending
- id: check-byte-order-marker
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/ansible/ansible-lint
rev: v4.3.5
hooks:
- id: ansible-lint
files: 'ansible/.(yaml|yml)$'
exclude: ^(rally/|\.zuul\.yml)
entry: ansible-lint --force-color -v