mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Merge pull request #735 from cjmayo/ignorewarnings
Move ignorewarnings to output section in linkcheckerrc(5)
This commit is contained in:
commit
35e2f5a2f6
1 changed files with 4 additions and 4 deletions
|
|
@ -114,10 +114,6 @@ 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.
|
||||
|
|
@ -192,6 +188,10 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue