summaryrefslogtreecommitdiff
path: root/lib/WriteRepo.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* various fixes to bugsstuebinm2021-11-281-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 exceededstuebinm2021-11-171-5/+6
|
* disable print output when copying filesstuebinm2021-11-141-2/+2
| | | | (this would otherwise break the json schema if `--json` is given)
* config option: don't copy asset filesstuebinm2021-11-141-18/+21
|
* fail on missing map assetsstuebinm2021-11-101-3/+8
| | | | (but not (yet?) on missing maps/entrypoints)
* copy map assets (and refuse if any are missing)stuebinm2021-11-101-20/+47
|
* extra module for repository writeoutstuebinm2021-11-101-0/+28