14 lines
319 B
Text
14 lines
319 B
Text
#warn_list: # or 'skip_list' to silence them completely
|
|
skip_list:
|
|
- experimental
|
|
- var-naming[no-role-prefix]
|
|
- name
|
|
warn_list:
|
|
- '204' # Lines should be no longer than 160 chars
|
|
- no-handler
|
|
- ignore-errors
|
|
- fqcn-builtins
|
|
- fqcn
|
|
- partial-become[task]
|
|
- template-instead-of-copy
|
|
offline: true
|