Merge pull request #671 from cjmayo/example

Fix formatting of ignoreerrors example in linkcheckerrc(5)
This commit is contained in:
Chris Mayo 2022-10-03 19:22:36 +01:00 committed by GitHub
commit 033dcf89f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,15 +195,13 @@ URL checking results
second expression is omitted, all errors are ignored. In contrast
to filtering_, this happens *after* checking, which allows checking
URLs despite certain expected and tolerable errors. Default is to
not ignore any errors.
not ignore any errors. Example:
::
::
[output]
ignoreerrors=
^https://deprecated\.example\.com ^410 Gone
# ignore all errors (no second expression), also for syntax check:
^mailto:.*@example\.com$