Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-09-30 | simple map-map link dependency checking | stuebinm | 1 | -1/+6 | |
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. | |||||
2021-09-23 | some documentation | stuebinm | 1 | -3/+9 | |
2021-09-23 | handle all maps in entire repositories | stuebinm | 1 | -6/+10 | |
(+ checking that paths don't run outside of respositories) | |||||
2021-09-23 | very naïve handling of directories | stuebinm | 1 | -4/+13 | |
2021-09-20 | typechecking for path depths! | stuebinm | 1 | -0/+31 | |
This now checks if relative paths are still inside the repository, as a general safety mechanism to stop the linter from accidentally reading other things, as well as a nice hint for users. |