From 073462a87dcf98c8b0e3dd471fe0720028e6dc8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Sat, 1 Oct 2016 09:30:16 +0200 Subject: [PATCH] docs(rules): Fix missing truthy rule in index --- docs/rules.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/rules.rst b/docs/rules.rst index 5fe875f..da744a0 100644 --- a/docs/rules.rst +++ b/docs/rules.rst @@ -93,3 +93,8 @@ trailing-spaces --------------- .. automodule:: yamllint.rules.trailing_spaces + +truthy +--------------- + +.. automodule:: yamllint.rules.truthy