Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-11-20 | make link adjustments configurable | stuebinm | 1 | -3/+15 | |
this allows for creating custom URI "schemas" in the linter's config, which may be either allowed, prefixed, or translated according to some (domain-based) substitution. | |||||
2021-11-19 | add domain allow- and blocklists for weblinks | stuebinm | 1 | -2/+4 | |
(these use a rather crude regex for parsing, which may be possible to side-step, and which should probably be replaced by something that was actually written while following the relevant rfc) | |||||
2021-11-17 | exit with code 1 if maximum lint level exceeded | stuebinm | 1 | -1/+1 | |
2021-11-16 | add adjustment: add prefix for openWebsite | stuebinm | 1 | -1/+2 | |
2021-11-16 | fix default config.json | stuebinm | 1 | -0/+1 | |
2021-11-14 | add example config | stuebinm | 1 | -0/+6 | |