Add more to lint config

This commit is contained in:
Salt 2023-10-29 14:13:08 -05:00
parent 32437236db
commit 4a8cca431b

View File

@ -45,3 +45,7 @@ warn_list:
- fqcn
# Key order is just nitpicky
- 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