From 5861f9fe65de4285ceb62e4981cf79d153e0f2ab Mon Sep 17 00:00:00 2001 From: Federico Fapitalle Date: Wed, 11 Dec 2019 10:28:29 -0300 Subject: [PATCH] Fixes typo on documentation of no-warnings option --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index feb0b11..0322ad3 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -116,8 +116,8 @@ 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. +If the script is invoked with the ``--no-warnings`` option, it won't output +warning level problems, only error level ones. YAML files extensions ---------------------