kibit
kibit copied to clipboard
Kibit doesn't work with tagged literals
Same problem with other linters (see jonase/eastwood#222)
Basically kibit doesn't parse custom tagged literals and fails to process the rest of the file. Example:
$ lein kibit some_file.clj
Check failed -- skipping rest of file
[line 35, col 28] No reader function for tag nu/date.
I've had a WIP on this - #194 - for some time now. I don't have time to finish it at present, but patches would be more than welcome if you cared to try and pick it up.
Dupe of #191