![aakarshg](/assets/img/avatar_default.png)
As openstack/browbeat can no longer be kept in sync, this would let replicating the git repo to cloud-bulldozer/browbeat Change-Id: Ia6cbc928e5bcb011ffb496454fb6248b07839226
18 lines
483 B
YAML
18 lines
483 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.0.1
|
|
hooks:
|
|
- id: ansible-lint
|
|
files: \.(yaml|yml)$
|
|
exclude: ^(rally/|\.zuul\.yaml)
|
|
entry: ansible-lint --force-color -v
|