Merge pull request #2580 from yuhan0/change-clj-linter

Change clojure linter to clj-kondo
This commit is contained in:
Henrik Lissner 2020-02-24 20:44:44 -05:00 committed by GitHub
commit 993ad257e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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)