mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 02:53:36 -05:00
10 lines
253 B
YAML
10 lines
253 B
YAML
|
---
|
||
|
# Customize the ansible-lint configuration file because fix mode needs the
|
||
|
# yaml rule not to be disabled, but we disable the yaml rule in the default
|
||
|
# ansible-lint configuration
|
||
|
parseable: true
|
||
|
quiet: true
|
||
|
use_default_rules: true
|
||
|
verbosity: 1
|
||
|
...
|