Fork me on GitHub
#clj-kondo
<
2019-05-06
>
fmnoise16:05:46

is there any way to check external function calls via flycheck?

borkdude16:05:15

yeah. you need to setup a .clj-kondo directory in the root of your project and then populate it by linting your classpath with the --cache option

fmnoise16:05:38

thanks @borkdude, trying that

fmnoise16:05:14

thanks, that works

fmnoise17:05:25

do you have an example of how to exclude some external libs from linting?

fmnoise17:05:55

I got some errors on manifold, aleph and some other stuff