2020-03-11 14:45:55 -05:00
|
|
|
parseable: true
|
2020-05-28 09:14:04 +01:00
|
|
|
quiet: false
|
2020-03-11 14:45:55 -05:00
|
|
|
skip_list:
|
2021-01-08 08:57:26 +00:00
|
|
|
- meta-no-info # No 'galaxy_info' found
|
|
|
|
- no-changed-when # Commands should not change things if nothing needs doing
|
|
|
|
- no-tabs # Most files should not contain tabs
|
|
|
|
- role-name # Role name does not match ``^[a-z][a-z0-9_]+$`` pattern
|
2022-07-26 20:47:16 +10:00
|
|
|
- fqcn-builtins # It would probably be good to enforce this, but it's a lot
|
|
|
|
- risky-file-permissions # It would probably also good to enforce this if someone wants to look at them
|
|
|
|
- schema # This is a stricter form of schema per https://github.com/ansible/schemas. might also be good if someone has motivation?
|
2020-03-11 14:45:55 -05:00
|
|
|
use_default_rules: true
|
|
|
|
verbosity: 1
|
2021-01-08 08:57:26 +00:00
|
|
|
mock_modules:
|
|
|
|
- zuul_console
|
|
|
|
- zuul_return
|
|
|
|
loop_var_prefix: zj_
|
|
|
|
# Enable rules that are disabled by default:
|
|
|
|
enable_list:
|
|
|
|
- no-same-owner
|
2022-07-26 20:47:16 +10:00
|
|
|
|
|
|
|
# Local variables:
|
|
|
|
# mode: yaml
|
|
|
|
# End:
|