Fork me on GitHub
#clj-kondo
<
2022-03-30
>
papachan16:03:08

this meta was working recently on my CI flow. but right now its not igoring file on my local env

#_:clj-kondo/ignore

borkdude16:03:57

more info needed

papachan16:03:06

I put this line on top of my files with some expected lint error. i believe my clj-kondo task lint from my CI flow respect this. But right now i just see my local env not. which is using a latest version of clj-kondo.

borkdude16:03:46

This only applies to a form, not a whole file

papachan16:03:04

that was my confusion

borkdude16:03:09

you can disable linters in a file using namespace metadata though

borkdude16:03:20

and there's also a regex option globally