summaryrefslogtreecommitdiff
path: root/lib/LintConfig.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make link adjustments configurablestuebinm2021-11-201-7/+4
| | | | | | 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-0/+5
| | | | | | (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-0/+1
|
* config options: implement script-related optionsstuebinm2021-11-141-0/+2
|
* config: some small documentationstuebinm2021-11-141-0/+4
|
* config option: don't copy asset filesstuebinm2021-11-141-3/+6
|
* Functional jitsiRoomAdminTag adjustmentstuebinm2021-11-141-2/+2
| | | | also yet another typeclass™, because why not?
* add some simple config optionsstuebinm2021-11-141-9/+30
|
* too much type level stuff to read a config filestuebinm2021-11-141-0/+99
This got kinda out of hand, but it can now (a) read a json config file and (b) patch that with another json given on the command line to change some of the options given in the file. No, I probably didn't need to make the `patch` function sufficiently general to work with arbitrary records, but it was kinda fun to do.