Merge pull request #799 from cjmayo/ignoreerrors

Remove space from ignoreerrors example in linkcheckerrc
This commit is contained in:
Chris Mayo 2024-02-26 19:22:36 +00:00 committed by GitHub
commit 64e5cc1083
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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