ansible-openqa-management/.ansible-lint

8 lines
215 B
Plaintext
Raw Normal View History

2023-02-18 20:35:36 +00:00
---
2021-02-11 08:37:39 +00:00
# .ansible-lint
warn_list:
2023-02-18 20:35:36 +00:00
- '204' # Lines should be less than 160 characters
- '701' # meta/main.yml should contain relevant info
2021-02-11 08:56:38 +00:00
skip_list:
2023-02-18 20:35:36 +00:00
- '106' # Role name must match ^[a-z][a-z0-9_]+$ pattern