taoensso/encore

Minor encore issues found by Eastwood linter

jafingerhut opened this issue · 1 comments

Misplaced doc string for function error-data in encore.clj. It should be before the argument vector.

Not a bug, but the definitions of parse-bool, parse-int, parse-float don't need partial

Thanks Andy!