From 4533b8ae4999d0606f37756aa4c0af9b6e020237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 12 Aug 2016 11:17:18 +0200 Subject: [PATCH] doc(config): Show `relaxed` conf contents Closes: #15 --- docs/configuration.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index cadd29a..661e506 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -31,7 +31,10 @@ Unless told otherwise, yamllint uses its ``default`` configuration: Details on rules can be found on :doc:`the rules page `. There is another pre-defined configuration named ``relaxed``. As its name -suggests, it is more tolerant. +suggests, it is more tolerant: + +.. literalinclude:: ../yamllint/conf/relaxed.yaml + :language: yaml It can be chosen using: