From 130fd4f90f65a51e6522deefe80e84c8a8acefa8 Mon Sep 17 00:00:00 2001 From: Federico Fapitalle Date: Tue, 10 Dec 2019 10:34:11 -0300 Subject: [PATCH] Adds documentation for --no-warnings option --- docs/configuration.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 866208e..feb0b11 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -116,6 +116,9 @@ return code will be: * ``1`` if one or more errors occur * ``2`` if no errors occur, but one or more warnings occur +If the script is invoked with the ``-q`` (or ``--no-warning``) options, it will +not output warning level problems, only error level. + YAML files extensions ---------------------