Add var-naming[no-role-prefix] to warn list
This commit is contained in:
parent
50d115fdfe
commit
8e500d02be
|
@ -63,6 +63,7 @@ warn_list:
|
||||||
- experimental # experimental is included in the implicit list
|
- experimental # experimental is included in the implicit list
|
||||||
- no-changed-when
|
- no-changed-when
|
||||||
- latest[git]
|
- latest[git]
|
||||||
|
- var-naming[no-role-prefix]
|
||||||
# - role-name
|
# - role-name
|
||||||
# - yaml[document-start] # you can also use sub-rule matches
|
# - yaml[document-start] # you can also use sub-rule matches
|
||||||
|
|
||||||
|
|
Reference in a new issue