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:
Imran Iqbal 2019-09-09 22:53:03 +01:00 committed by Adrien Vergé
parent 881d301883
commit f3d9196aa0

View File

@ -125,9 +125,9 @@ configuration option. The default is:
.. code-block:: yaml
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
- '*.yaml'
- '*.yml'
- '.yamllint'
The same rules as for ignoring paths apply (``.gitignore``-style path pattern,
see below).