2020-09-01 07:57:16 +00:00
|
|
|
skip_list:
|
2022-10-25 08:04:16 +00:00
|
|
|
# NOTE(yoctozepto): skip various fqcn and name checks for now to avoid unnecessary big style changes
|
|
|
|
- fqcn[action-core]
|
|
|
|
- fqcn[action]
|
|
|
|
- name[missing]
|
|
|
|
- name[template]
|
2023-04-19 15:41:42 +00:00
|
|
|
- var-naming[no-role-prefix]
|
2020-09-01 07:57:16 +00:00
|
|
|
|
2021-07-09 13:04:27 +00:00
|
|
|
warn_list:
|
|
|
|
- no-changed-when
|
2022-02-21 14:43:28 +00:00
|
|
|
- experimental # all rules tagged as experimental
|
2022-10-25 08:04:16 +00:00
|
|
|
- jinja[invalid] # NOTE(yoctozepto): it tends to misbehave for no obvious good reason
|