mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Remove space from ignoreerrors example in linkcheckerrc
Was not matching "Error: SSLError: ...".
This commit is contained in:
parent
156f987ac6
commit
907d97755c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
# ignore all errors for broken.example.com:
|
||||
# ^https?://broken.example.com/
|
||||
# ignore SSL errors for dev.example.com:
|
||||
# ^https://dev.example.com/ ^SSLError .*
|
||||
# ^https://dev.example.com/ ^SSLError
|
||||
|
||||
|
||||
##################### logger configuration ##########################
|
||||
|
|
|
|||
Loading…
Reference in a new issue