summaryrefslogtreecommitdiff
path: root/lib/LintConfig.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-20make link adjustments configurablestuebinm1-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.
2021-11-19add domain allow- and blocklists for weblinksstuebinm1-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)
2021-11-17exit with code 1 if maximum lint level exceededstuebinm1-1/+1
2021-11-16add adjustment: add prefix for openWebsitestuebinm1-0/+1
2021-11-14config options: implement script-related optionsstuebinm1-0/+2
2021-11-14config: some small documentationstuebinm1-0/+4
2021-11-14config option: don't copy asset filesstuebinm1-3/+6
2021-11-14Functional jitsiRoomAdminTag adjustmentstuebinm1-2/+2
also yet another typeclass™, because why not?
2021-11-14add some simple config optionsstuebinm1-9/+30
2021-11-14too much type level stuff to read a config filestuebinm1-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.