summaryrefslogtreecommitdiff
path: root/detekt.yaml
AgeCommit message (Collapse)Author
2024-11-06Remove more opinionated detekt checksJoel Klinghed
2024-11-05Style cleanupJoel Klinghed
Remove unused parameter names, extra colons, code that is never executed and an opinionated detekt check.
2024-07-15Add Utils for parsing path parts to a directoryJoel Klinghed
2024-07-14Add Directory#liveList and make Directory#list() directJoel Klinghed
Also move the LiveData outside Directory.Content. A lot of code doesn't care about Directory content in two seconds, they want to know it now. Also, the LiveData returned is one of the annoying one where the content isn't correct until someone observes it. This makes more sense this way.
2024-07-11Initial commitJoel Klinghed
Local (Path based) implementation of Tree, Directory, File and Link.