fix our rule

This commit is contained in:
Admiral Awkbar 2022-05-23 13:27:57 -05:00
parent f26cfb25dc
commit f46ec83ec0

View file

@ -14,6 +14,7 @@ skip_list:
- 'command-instead-of-module' # Allow git commands for push, add, etc... - 'command-instead-of-module' # Allow git commands for push, add, etc...
- 'command-instead-of-shell' # Allow use of shell when you want - 'command-instead-of-shell' # Allow use of shell when you want
- 'no-handler' # Allow step to run like handler - 'no-handler' # Allow step to run like handler
- 'unnamed-task' # Allow tasks without a name
############# #############
# Use rules # # Use rules #