mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
fix our rule
This commit is contained in:
parent
f26cfb25dc
commit
f46ec83ec0
1 changed files with 1 additions and 0 deletions
1
.github/linters/.ansible-lint.yml
vendored
1
.github/linters/.ansible-lint.yml
vendored
|
@ -14,6 +14,7 @@ skip_list:
|
|||
- 'command-instead-of-module' # Allow git commands for push, add, etc...
|
||||
- 'command-instead-of-shell' # Allow use of shell when you want
|
||||
- 'no-handler' # Allow step to run like handler
|
||||
- 'unnamed-task' # Allow tasks without a name
|
||||
|
||||
#############
|
||||
# Use rules #
|
||||
|
|
Loading…
Reference in a new issue