mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-14 04:49:27 -05:00
8 lines
249 B
YAML
8 lines
249 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
|