summaryrefslogtreecommitdiff
path: root/config.json (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-30rudimentary emulation of bbbRoom etc.stuebinm1-0/+6
("rudimentary" since for now the best it can do is just replacing / prepending urls; presumably, it should also do a sanity check or something of the like)
2021-11-28various fixes to bugsstuebinm1-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
2021-11-20make link adjustments configurablestuebinm1-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-19add domain allow- and blocklists for weblinksstuebinm1-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-17exit with code 1 if maximum lint level exceededstuebinm1-1/+1
2021-11-16add adjustment: add prefix for openWebsitestuebinm1-1/+2
2021-11-16fix default config.jsonstuebinm1-0/+1
2021-11-14add example configstuebinm1-0/+6