ansible-gitlab-management/.ansible-lint

7 lines
196 B
Plaintext
Raw Permalink Normal View History

2023-02-15 23:48:47 +00:00
---
2021-02-11 08:36:37 +00:00
warn_list:
2023-02-15 23:48:47 +00:00
- '204' # Lines should be less than 160 characters
- '701' # meta/main.yml should contain relevant info
2021-02-11 08:57:19 +00:00
skip_list:
2023-02-15 23:48:47 +00:00
- '106' # Role name must match ^[a-z][a-z0-9_]+$ pattern