Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make link adjustments configurable | stuebinm | 2021-11-20 | 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. | ||||
* | add domain allow- and blocklists for weblinks | stuebinm | 2021-11-19 | 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) | ||||
* | exit with code 1 if maximum lint level exceeded | stuebinm | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | add adjustment: add prefix for openWebsite | stuebinm | 2021-11-16 | 1 | -1/+2 |
| | |||||
* | fix default config.json | stuebinm | 2021-11-16 | 1 | -0/+1 |
| | |||||
* | add example config | stuebinm | 2021-11-14 | 1 | -0/+6 |