From 09bac61c6062138684379f166f4f8c05f4e2c22f Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:50:08 +0000 Subject: [PATCH] Update src/user-guide/writing-workflows/configuration.rst --- src/user-guide/writing-workflows/configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/user-guide/writing-workflows/configuration.rst b/src/user-guide/writing-workflows/configuration.rst index 90ba63c8f9..067b545013 100644 --- a/src/user-guide/writing-workflows/configuration.rst +++ b/src/user-guide/writing-workflows/configuration.rst @@ -181,6 +181,8 @@ Within the ``[tool.cylc.lint]`` section you may define the following: A list of rulesets to use. Allowed values: ``'728'``, ``'style'``, ``'all'``. + + (You can override this on the command line.) ``ignore`` Individual rules to ignore: A list of rule codes, such as ``S007``.