base-jobs/.ansible-lint
Sorin Sbarnea bdb8b5c167 Use standard ansible-lint config file
Allows calling ansible-lint directly instead of hardcoding its
configuration inside tox.

This plays much better with other tools, like editors which may
perform the linting themselves.

Change-Id: I09e48322f11de33a2ce97a27cf7cf93225ccc12c
2019-04-17 15:26:27 +00:00

6 lines
122 B
Plaintext

---
parseable: true
skip_list:
# [ANSIBLE0012] Commands should not change things if nothing needs doing
- ANSIBLE0012