Merge pull request #2580 from yuhan0/change-clj-linter
Change clojure linter to clj-kondo
This commit is contained in:
commit
993ad257e3
2 changed files with 2 additions and 2 deletions
|
@ -170,6 +170,6 @@
|
|||
:desc "refactor" "R" #'hydra-cljr-help-menu/body))
|
||||
|
||||
|
||||
(use-package! flycheck-joker
|
||||
(use-package! flycheck-clj-kondo
|
||||
:when (featurep! :checkers syntax)
|
||||
:after flycheck)
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
(package! clj-refactor :pin "e24ba62843")
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-joker :pin "51e99e6977"))
|
||||
(package! flycheck-clj-kondo :pin "f652a8dc4c"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue