|
|
|
|
|
by slifin
22 days ago
|
|
Well it is possible - you can add a user macro that calls into clj-kondo (or anything actually) to check your codebase on compile It just doesn't make much sense to do - most modern developers will be running static analysers through LSP or their editor (knowingly or not) continuously on code change so as to see those errors quicker than re-compiling the program |
|