docs(clojure): add check for clj-kondo

This commit is contained in:
Caio Rulli Thomaz 2022-01-25 22:53:36 -03:00 committed by Henrik Lissner
parent c7753adbb3
commit db08aeaa7a

View 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.")))