Skip to content

Commit

Permalink
Revert "Move ignorewarnings to output section in linkcheckerrc(5)"
Browse files Browse the repository at this point in the history
The section header names are used when parsing linkcheckerrc.

This reverts commit f0b6ddd.
  • Loading branch information
cjmayo committed Aug 28, 2023
1 parent beaf939 commit 77da1c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/src/man/linkcheckerrc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ filtering
**ignore=**\ *REGEX* (`MULTILINE`_)
Only check syntax of URLs matching the given regular expressions.
Command line option: :option:`--ignore-url`
**ignorewarnings=**\ *NAME*\ [**,**\ *NAME*...]
Ignore the comma-separated list of warnings. See `WARNINGS`_ for
the list of supported warnings.
Command line option: none
**internlinks=**\ *REGEX*
Regular expression to add more URLs recognized as internal links.
Default is that URLs given on the command line are internal.
Expand Down Expand Up @@ -188,10 +192,6 @@ URL checking results
**warnings=**\ [**0**\ \|\ **1**]
If set log warnings. Default is to log warnings.
Command line option: :option:`--no-warnings`
**ignorewarnings=**\ *NAME*\ [**,**\ *NAME*...]
Ignore the comma-separated list of warnings. See `WARNINGS`_ for
the list of supported warnings.
Command line option: none
**ignoreerrors=**\ *URL_REGEX* [*MESSAGE_REGEX*] (`MULTILINE`_)
Specify regular expressions to ignore errors for matching URLs, one
per line. A second regular expression can be specified per line to
Expand Down

0 comments on commit 77da1c1

Please sign in to comment.