You've already forked ansible-role-auth-duo
11 lines
256 B
Plaintext
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 |