borkdude / flycheck-clj-kondo

Emacs integration for clj-kondo via flycheck
94 stars 17 forks source link

Add a readme project setup note about .clj-kondo #18

Closed kbsant closed 2 years ago

kbsant commented 2 years ago

While trying clj-kondo from the command-line, and from Emacs, i noticed that arity checks were flagged on the command-line, but not in emacs.

I then realized that on the command-line, i had scanned a directory, whereas my guess was that Emacs flycheck scans per file. Fortunately, the main documentation had a note about project setup, and after I created the .clj-kondo directory and ran an initial directory check, flycheck flagged the incorrect arity as well.

To make things easier to find, I'd like to link Project Setup to the flycheck-clj-kondo readme.

borkdude commented 2 years ago

Thanks!