Skip to content

Commit

Permalink
Correct documentation regarding CLI argument precedence (#3792)
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley A. Thornton <bthornto@redhat.com>
  • Loading branch information
ssbarnea and cidrblock committed Sep 29, 2023
1 parent 54cf3ea commit 7e38162
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/configuring.md
Expand Up @@ -5,10 +5,10 @@ You can ignore certain rules, enable `opt-in` rules, and control various other
settings.

Ansible-lint loads configuration from a file in the current working directory or
from a file that you specify in the command line. If you provide configuration
on both via a config file and on the command line, list values are merged (for
example `exclude_paths`) and **True** is preferred for boolean values like
`quiet`.
from a file that you specify in the command line.

Any configuration option that is passed from the command line will override
the one specified inside the configuration file.

## Using local configuration files

Expand Down

0 comments on commit 7e38162

Please sign in to comment.