From f3d9196aa05763b46fc5e62732b324bf04c4e478 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Mon, 9 Sep 2019 22:53:03 +0100 Subject: [PATCH] docs(configuration): improve `yaml-files` code example * A straight copy/paste of the existing example into the `.yamllint` file results in a `yamllint` error! --- docs/configuration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 5e00169..866208e 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -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).