mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
Disable YAML linting in ansible-lint (#3370)
Ansible Lint's YAML linting is not needed since super-linter already contains yamllint.
This commit is contained in:
parent
c266045e2b
commit
004ddc5158
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ skip_list:
|
|||
- '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
|
||||
- 'yaml' # Disable YAML linting since it's done by yamllint
|
||||
|
||||
##################
|
||||
# Tags to follow #
|
||||
|
|
Loading…
Reference in a new issue