Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simple map-map link dependency checking | stuebinm | 2021-09-30 | 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. | ||||
* | some documentation | stuebinm | 2021-09-23 | 1 | -3/+9 |
| | |||||
* | handle all maps in entire repositories | stuebinm | 2021-09-23 | 1 | -6/+10 |
| | | | | (+ checking that paths don't run outside of respositories) | ||||
* | very naïve handling of directories | stuebinm | 2021-09-23 | 1 | -4/+13 |
| | |||||
* | typechecking for path depths! | stuebinm | 2021-09-20 | 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. |