summaryrefslogtreecommitdiff
path: root/lib/LintWriter.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input options, output jsonstuebinm2021-09-161-12/+28
| | | | | | | input options are mostly dummies for now, but some work (e.g. --inpath and --json). Lints can now be optionally printed as json to be reasonably machine-readable (and the json can be pretty-printed to make it human-readable again …).
* moving lots of code aroundstuebinm2021-09-161-0/+61
(also renaming things now that concepts seem a bit clearer)