Disable linting for command-instead-of-module, I need the extra functionality
This commit is contained in:
parent
9e2cabd198
commit
210c335e90
@ -24,6 +24,10 @@ skip_list:
|
|||||||
# Fuck off with the yaml stylings
|
# Fuck off with the yaml stylings
|
||||||
# yes/no is a wide Ansible convention
|
# yes/no is a wide Ansible convention
|
||||||
- yaml
|
- 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:
|
warn_list:
|
||||||
# These tend to be pretty buggy
|
# These tend to be pretty buggy
|
||||||
|
Loading…
Reference in New Issue
Block a user