Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small fixes | stuebinm | 2021-11-17 | 1 | -8/+7 |
| | |||||
* | exit with code 1 if maximum lint level exceeded | stuebinm | 2021-11-17 | 1 | -8/+18 |
| | |||||
* | Functional jitsiRoomAdminTag adjustment | stuebinm | 2021-11-14 | 1 | -11/+8 |
| | | | | also yet another typeclass™, because why not? | ||||
* | copy map assets (and refuse if any are missing) | stuebinm | 2021-11-10 | 1 | -2/+9 |
| | |||||
* | extra module for repository writeout | stuebinm | 2021-11-10 | 1 | -9/+4 |
| | |||||
* | first example of a map adjustment | stuebinm | 2021-11-09 | 1 | -6/+18 |
| | | | | | | | | | this also includes some more monad plumbing, and an option for the linter to actually write things out again. Some of the previous commit was reverted a bit since it turned out to be stupid, but overall it was suprisingly easy once I got around to it, so yay! i guess Also includes a fairly silly example of how to use it. | ||||
* | rename to walint | stuebinm | 2021-10-01 | 1 | -25/+25 |
| | |||||
* | check if assets exist | stuebinm | 2021-09-30 | 1 | -8/+40 |
| | |||||
* | nicer json output which leaks less haskell names | stuebinm | 2021-09-30 | 1 | -9/+10 |
| | |||||
* | simple map-map link dependency checking | stuebinm | 2021-09-30 | 1 | -11/+68 |
| | | | | | | | | This is purely based on a set difference, i.e. it won't catch stupid things like a map linking to itself, a map link going only one-way, etc. Also, it only handles map links; it doesn't check if all ressource files referenced by a map actually exist. | ||||
* | prettier pretty printing and stuff | stuebinm | 2021-09-23 | 1 | -6/+10 |
| | | | | | also, configurable log level, which only required relaxing the type system once! | ||||
* | some documentation | stuebinm | 2021-09-23 | 1 | -2/+11 |
| | |||||
* | handle all maps in entire repositories | stuebinm | 2021-09-23 | 1 | -38/+60 |
| | | | | (+ checking that paths don't run outside of respositories) | ||||
* | very naïve handling of directories | stuebinm | 2021-09-23 | 1 | -0/+76 |