mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
Merge pull request #799 from cjmayo/ignoreerrors
Remove space from ignoreerrors example in linkcheckerrc
This commit is contained in:
commit
64e5cc1083
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