Files
ansible-role-common/.ansible-lint
Aaron Guise 7f3147e3ee
All checks were successful
ci/woodpecker/push/1.test Pipeline was successful
Update lint pass
2023-10-05 17:06:16 +13:00

11 lines
256 B
Plaintext

profile: basic
skip_list: # or 'skip_list' to silence them completely
- experimental # all rules tagged as experimental
- unnamed-task # All tasks should be named
- fqcn-builtins
warn_list:
- name[casing]
- var-naming[pattern]
- no-free-form