Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-01 | rename to walint | stuebinm | 1 | -64/+0 | |
2021-09-30 | nicer json output which leaks less haskell names | stuebinm | 1 | -1/+2 | |
2021-09-23 | prettier pretty printing and stuff | stuebinm | 1 | -0/+1 | |
also, configurable log level, which only required relaxing the type system once! | |||||
2021-09-23 | handle all maps in entire repositories | stuebinm | 1 | -0/+1 | |
(+ checking that paths don't run outside of respositories) | |||||
2021-09-23 | very naïve handling of directories | stuebinm | 1 | -0/+1 | |
2021-09-20 | simple parsing of local dependency paths | stuebinm | 1 | -1/+3 | |
2021-09-18 | moved types into Types.hs | stuebinm | 1 | -0/+1 | |
it's almost as if there's some structure to this code! | |||||
2021-09-16 | input options, output json | stuebinm | 1 | -6/+8 | |
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 …). | |||||
2021-09-16 | moving lots of code around | stuebinm | 1 | -8/+27 | |
(also renaming things now that concepts seem a bit clearer) |