Disable linting for command-instead-of-module, I need the extra functionality

This commit is contained in:
Salt 2022-06-16 23:45:22 -05:00
parent 9e2cabd198
commit 210c335e90

View File

@ -24,6 +24,10 @@ skip_list:
# Fuck off with the yaml stylings
# yes/no is a wide Ansible convention
- yaml
# And piss off with this; I know what I'm doing. The get_url builtin randomly
# times out and I really don't want to hammer tmodloader servers when I don't
# have to
- command-instead-of-module
warn_list:
# These tend to be pretty buggy