mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Fix Typo
In .ansible-lint.yml fixed a typo of that to then and added a comma between push and add.
This commit is contained in:
parent
eba2a6659a
commit
a3a4ba3369
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ quiet: true
|
||||||
################
|
################
|
||||||
skip_list:
|
skip_list:
|
||||||
- '602' # Allow compare to empty string
|
- '602' # Allow compare to empty string
|
||||||
- '204' # Allow string length greater that 160 chars
|
- '204' # Allow string length greater than 160 chars
|
||||||
- '301' # False positives for running command shells
|
- '301' # False positives for running command shells
|
||||||
- '303' # Allow git commands for push add, etc...
|
- '303' # Allow git commands for push, add, etc...
|
||||||
- '305' # Allow use of shell when you want
|
- '305' # Allow use of shell when you want
|
||||||
- '503' # Allow step to run like handler
|
- '503' # Allow step to run like handler
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue