mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
docs(configuration): improve yaml-files
code example
* A straight copy/paste of the existing example into the `.yamllint` file results in a `yamllint` error!
This commit is contained in:
parent
881d301883
commit
f3d9196aa0
@ -125,9 +125,9 @@ configuration option. The default is:
|
|||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
yaml-files:
|
yaml-files:
|
||||||
- '*.yaml'
|
- '*.yaml'
|
||||||
- '*.yml'
|
- '*.yml'
|
||||||
- '.yamllint'
|
- '.yamllint'
|
||||||
|
|
||||||
The same rules as for ignoring paths apply (``.gitignore``-style path pattern,
|
The same rules as for ignoring paths apply (``.gitignore``-style path pattern,
|
||||||
see below).
|
see below).
|
||||||
|
Loading…
Reference in New Issue
Block a user