linkchecker/linkcheck/checker
nodet 28f6743778
Add ignorewarningsforurls to ignore specific warnings (#794)
We want to allow specifying a warning to ignore for
each URL. If no regex is specified for the warning to ignore,
we'll ignore all warnings.

The tests still pass as they are, which means that unknown
values in the configuration file are simply ignored.

* [#782] Add values to configuration file

* [#782] Parse new configuration values

* [#782] Actually ignore a warning

* [#782] Confirm side cases work as expected

* [#782] Add logging when deciding to ignore warnings

* [#782] Documentation for ignorewarningsforurls

* [#782] Update (generated) man pages

* [#782] These tests pass without network, actually

* [#782] Fix copy/paste error in symbol naming

* [#782] The regex matches the name of the warning, not the message

* [#782] Better wording

* [#782] Update (generated) man pages

* [#782] We match the type, not the message
2024-02-13 19:43:29 +00:00
..
__init__.py Remove support for nntp and telnet 2023-08-28 19:24:57 +01:00
const.py Merge pull request #752 from cjmayo/deprecated_modules 2023-09-04 19:22:38 +01:00
dnsurl.py Fix formatting and typos in docstrings 2020-07-25 16:35:48 +01:00
fileurl.py Replace deprecated datetime.utcfromtimestamp() 2023-08-28 19:26:25 +01:00
ftpurl.py Fix FTP checker 2023-04-17 19:24:22 +01:00
httpurl.py Elevate redirection to a warning tagged http-redirected 2023-08-28 19:22:24 +01:00
ignoreurl.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
internpaturl.py Remove strformat.unicode_safe() and strformat.url_unicode_split() 2020-07-07 17:25:28 +01:00
itmsservicesurl.py Remove unneeded pass statements 2020-08-22 17:17:02 +01:00
mailtourl.py Convert some printf-style strings 2022-11-08 19:21:29 +00:00
unknownurl.py Update IANA schemes 2023-12-04 19:25:01 +00:00
urlbase.py Add ignorewarningsforurls to ignore specific warnings (#794) 2024-02-13 19:43:29 +00:00