summaryrefslogtreecommitdiff
path: root/lib/LintConfig.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
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.