Skip to content

Commit b4beca6

Browse files
practicalli-johnnybbatsov
authored andcommitted
Add clj-kondo section
A brief section in additonal packages about flycheck-clj-kondo package and clj-kondo linter
1 parent cc52e69 commit b4beca6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/modules/ROOT/pages/additional_packages.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ to navigate groups of related CIDER commands.
6565

6666
You can think of it as a fancier https://github.com/justbur/emacs-which-key[which-key].
6767

68+
=== flycheck-clj-kondo
69+
70+
https://github.com/borkdude/flycheck-clj-kondo/[flycheck-clj-kondo] is a
71+
Flycheck checker for Clojure that provides instant linting of clojure code as you type, via
72+
https://github.com/borkdude/clj-kondo[clj-kondo].
73+
74+
https://github.com/borkdude/clj-kondo[clj-kondo] is a great way of preventing you writing bugs in your code :)
75+
6876
=== squiggly-clojure
6977

7078
https://github.com/clojure-emacs/squiggly-clojure[squiggly-clojure] is a

0 commit comments

Comments
 (0)