Change clojure linter to clj-kondo

This commit is contained in:
yuhan0 2019-12-29 00:37:40 +08:00
parent 9d4f38346f
commit 3c8520b1fc
2 changed files with 2 additions and 2 deletions

View file

@ -157,6 +157,6 @@
:desc "refactor" "R" #'hydra-cljr-help-menu/body)) :desc "refactor" "R" #'hydra-cljr-help-menu/body))
(use-package! flycheck-joker (use-package! flycheck-clj-kondo
:when (featurep! :checkers syntax) :when (featurep! :checkers syntax)
:after flycheck) :after flycheck)

View file

@ -5,4 +5,4 @@
(package! clj-refactor :pin "e24ba62843") (package! clj-refactor :pin "e24ba62843")
(when (featurep! :checkers syntax) (when (featurep! :checkers syntax)
(package! flycheck-joker :pin "51e99e6977")) (package! flycheck-clj-kondo :pin "f652a8dc4c"))