borkdude / flycheck-clj-kondo

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

Bump the Emacs and Flycheck requirements #28

Open bbatsov opened 4 months ago

bbatsov commented 4 months ago

Flycheck requires Emacs 26 these days, so I think it makes sense for all extensions to do the same. I'd also suggest depending on a newer Flycheck version, as 0.18 is ancient. Probably it'd be best to depend on the latest stable version (currently 34) - Emacs package repos don't keep multiple versions of the same package and always serve the latest version.

borkdude commented 4 months ago

Not sure how to do this, but PR welcome