Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server: write out adjusted maps | stuebinm | 2022-02-25 | 1 | -1/+1 |
| | |||||
* | switch to universum prelude | stuebinm | 2022-02-18 | 1 | -9/+7 |
| | | | | also don't keep adjusted maps around if not necessary | ||||
* | use hpack and clean up modules | stuebinm | 2022-01-15 | 1 | -1/+1 |
| | | | | as annoying as yaml is, cabal's package format is somehow worse, apparently | ||||
* | fix a bug when writing things out | stuebinm | 2021-12-16 | 1 | -3/+3 |
| | | | | (it didn't check if directories to save maps in actually existed) | ||||
* | various fixes to bugs | stuebinm | 2021-11-28 | 1 | -29/+30 |
| | | | | | | | | | | 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 | ||||
* | exit with code 1 if maximum lint level exceeded | stuebinm | 2021-11-17 | 1 | -5/+6 |
| | |||||
* | disable print output when copying files | stuebinm | 2021-11-14 | 1 | -2/+2 |
| | | | | (this would otherwise break the json schema if `--json` is given) | ||||
* | config option: don't copy asset files | stuebinm | 2021-11-14 | 1 | -18/+21 |
| | |||||
* | fail on missing map assets | stuebinm | 2021-11-10 | 1 | -3/+8 |
| | | | | (but not (yet?) on missing maps/entrypoints) | ||||
* | copy map assets (and refuse if any are missing) | stuebinm | 2021-11-10 | 1 | -20/+47 |
| | |||||
* | extra module for repository writeout | stuebinm | 2021-11-10 | 1 | -0/+28 |