mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 23:24:44 +00:00
Merge pull request #671 from cjmayo/example
Fix formatting of ignoreerrors example in linkcheckerrc(5)
This commit is contained in:
commit
033dcf89f9
1 changed files with 3 additions and 5 deletions
|
|
@ -195,15 +195,13 @@ URL checking results
|
||||||
second expression is omitted, all errors are ignored. In contrast
|
second expression is omitted, all errors are ignored. In contrast
|
||||||
to filtering_, this happens *after* checking, which allows checking
|
to filtering_, this happens *after* checking, which allows checking
|
||||||
URLs despite certain expected and tolerable errors. Default is to
|
URLs despite certain expected and tolerable errors. Default is to
|
||||||
not ignore any errors.
|
not ignore any errors. Example:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
::
|
|
||||||
[output]
|
[output]
|
||||||
|
|
||||||
ignoreerrors=
|
ignoreerrors=
|
||||||
|
|
||||||
^https://deprecated\.example\.com ^410 Gone
|
^https://deprecated\.example\.com ^410 Gone
|
||||||
|
|
||||||
# ignore all errors (no second expression), also for syntax check:
|
# ignore all errors (no second expression), also for syntax check:
|
||||||
^mailto:.*@example\.com$
|
^mailto:.*@example\.com$
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue