Fork me on GitHub
#clj-kondo
<
2021-08-28
>
Darin Douglass17:08:04

any idea why kondo sees env as an unused binding? example2 is the work-around i found for the issue. both fns work as expected. i'm running the most recent version

➜ clj-kondo --version
clj-kondo v2021.08.06

borkdude17:08:10

that must be a bug in the linting for that macro. please submit an issue

borkdude17:08:42

and provide the code as text so it's easy for me to make a test case

Darin Douglass17:08:30

i figure on babashka.process is the right spot for that ticket?

borkdude17:08:35

actually clj-kondo

borkdude17:08:41

this is built into it

Darin Douglass17:08:07

ah, i saw the hooks kondo config in the process repo

borkdude17:08:46

ah that's no longer used, I should probably remove it

borkdude17:08:57

please mention that in the issue as well