summaryrefslogtreecommitdiff
path: root/config.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* various fixes to bugsstuebinm2021-11-281-3/+3
| | | | | | | | | | Among them - always set correct exit codes - refuse to write out files if the out path already exists - calculate the overall severity correctly - slightly changed the json output schema - also output the text output format in json - make the default config.json suitable for a production environment
* make link adjustments configurablestuebinm2021-11-201-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 weblinksstuebinm2021-11-191-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 exceededstuebinm2021-11-171-1/+1
|
* add adjustment: add prefix for openWebsitestuebinm2021-11-161-1/+2
|
* fix default config.jsonstuebinm2021-11-161-0/+1
|
* add example configstuebinm2021-11-141-0/+6