borkdude / flycheck-clj-kondo

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

Recent change causes spurious errors in deps.edn file #6

Closed dpassen closed 4 years ago

dpassen commented 4 years ago

Since updating flycheck-clj-kondo to version 20200412.733 from Melpa, there are spurious errors in a simple deps.edn file.

Screen Shot 2020-04-12 at 10 41 41 AM
borkdude commented 4 years ago

Sorry about that. I reverted #5.

didibus commented 4 years ago

Hum, that's probably the only thing I hadn't tested :p is a .edn file.

I'll see what I can do, it seems the issue is that flycheck is using lang clj instead of edn? That shouldn't have happened.

didibus commented 4 years ago

Ya, had a dumb syntax mistake, this should fix this: https://github.com/borkdude/flycheck-clj-kondo/pull/7 and maintain support for file-less buffers which fixes: https://github.com/flycheck/flycheck/issues/1665#