mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-11 18:10:58 +00:00
Improved warningregex example.
This commit is contained in:
parent
ad3da5949f
commit
e13d2a5078
2 changed files with 3 additions and 1 deletions
|
|
@ -131,7 +131,7 @@
|
|||
#recursionlevel=1
|
||||
# supply a regular expression for which warnings are printed if found
|
||||
# in any HTML files.
|
||||
#warningregex=Oracle DB Error
|
||||
#warningregex=(Oracle DB Error|Page Not Found)
|
||||
# Basic NNTP server. Overrides NNTP_SERVER environment variable.
|
||||
# warn if size info exceeds given maximum of bytes
|
||||
#warnsizebytes=2000
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ Changes:
|
|||
scrolling down.
|
||||
- gui: Display release date in about dialog.
|
||||
Closes: SF bug #3297255
|
||||
- doc: Improved warningregex example in default configuration file.
|
||||
Closes: SF bug #3297254
|
||||
|
||||
Features:
|
||||
- gui: Add syntax highlighting for Qt editor in case QScintilla
|
||||
|
|
|
|||
Loading…
Reference in a new issue