docs(clojure): add check for clj-kondo
This commit is contained in:
parent
c7753adbb3
commit
db08aeaa7a
1 changed files with 6 additions and 0 deletions
6
modules/lang/clojure/doctor.el
Normal file
6
modules/lang/clojure/doctor.el
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||||
|
;;; lang/clojure/doctor.el
|
||||||
|
|
||||||
|
(when (featurep! :checkers syntax)
|
||||||
|
(unless (executable-find "clj-kondo")
|
||||||
|
(warn! "Couldn't find clj-kondo. flycheck-clj-kondo will not work.")))
|
Loading…
Add table
Add a link
Reference in a new issue