Add more to lint config
This commit is contained in:
parent
32437236db
commit
4a8cca431b
@ -45,3 +45,7 @@ warn_list:
|
|||||||
- fqcn
|
- fqcn
|
||||||
# Key order is just nitpicky
|
# Key order is just nitpicky
|
||||||
- key-order
|
- key-order
|
||||||
|
# This one's buggy and ropes in roles we don't care about
|
||||||
|
- var-naming
|
||||||
|
# Strictly accurate, but I need this for workarounds
|
||||||
|
- no-changed-when
|
||||||
|
Loading…
Reference in New Issue
Block a user