From cc0c0ea4b2af02e8bf4c21f708afa6988e1b4fda Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 22 Feb 2023 17:13:40 -0500 Subject: docs: final paperwork for exclude_also #1557 --- doc/config.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/config.rst b/doc/config.rst index 5b159d90..152b3af4 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -400,9 +400,12 @@ you'll exclude any line with three or more of any character. If you write [report] exclude_also ..................... -(multi-string) A list of regular expressions. This setting will preserve the -default exclude pattern instead of overwriting it. See -:ref:`config_report_exclude_lines` for details on exclusion regexes. +(multi-string) A list of regular expressions. This setting is the same as +:ref:`config_report_exclude_lines`: it adds patterns for lines to exclude from +reporting. This setting will preserve the default exclude patterns instead of +overwriting them. + +.. versionadded:: 7.2.0 .. _config_report_fail_under: -- cgit v1.2.1