tripleo-quickstart/.ansible-lint

12 lines
369 B
Plaintext

---
parseable: true
exclude_paths:
- config/
- releasenotes/
skip_list:
# One two excuses for adding skips: bugs in linter and recent linter bumping
- '204' # [E204] Lines should be no longer than 120 chars
# E602 https://github.com/ansible/ansible-lint/issues/450
- '602' # [E602] Don't compare to empty string
- '701' # [E701] No 'galaxy_info' found