docs(configuration): improve `yaml-files` code example

* A straight copy/paste of the existing example into the `.yamllint` file results in a `yamllint` error!
pull/203/head
Imran Iqbal 5 years ago committed by Adrien Vergé
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…
Cancel
Save