base-jobs/.ansible-lint

11 lines
310 B
Plaintext

---
parseable: true
exclude_paths:
- ../../zuul/zuul-jobs
- zuul.d
skip_list:
- '106' # Role name does not match ``^[a-z][a-z0-9_]+$`` pattern
- '204' # Lines should be no longer than 160 chars
- '301' # Commands should not change things if nothing needs doing
- '701' # No 'galaxy_info' found