Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. |