Remove space from ignoreerrors example in linkcheckerrc

Was not matching "Error: SSLError: ...".
This commit is contained in:
Chris Mayo 2024-02-15 19:33:47 +00:00
parent 156f987ac6
commit 907d97755c

View file

@ -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 ##########################