Fork me on GitHub
#clj-kondo
<
2019-08-21
>
sogaiu09:08:36

@borkdude is there a way to have warnings for go-loops that don't have recurs?

borkdude11:08:53

no, because that's technically not an error

borkdude11:08:26

go-loop is handled the same as loop

borkdude12:08:33

loop without recur is just a let right? yeah maybe a warning makes sense now I think about it

borkdude12:08:57

^ @sogaiu feel free to suggest this in an issue so it's recorded somewhere

sogaiu12:08:39

@borkdude thanks, have made an issue.

borkdude15:08:59

clj-kondo v2019.08.21-alpha Support for potemkin/import-vars, contributions from people @ #heartofclojure and more. https://github.com/borkdude/clj-kondo/releases/tag/v2019.08.21-alpha

🎉 16