flycheck-clj-kondo

Homepage: https://github.com/borkdude/flycheck-clj-kondo

Author: Michiel Borkent

Updated:

Summary

Add clj-kondo linter to flycheck

Commentary

This package integrates clj-kondo with Emacs via flycheck.  To use it, add to
your init.el:

(require 'flycheck-clj-kondo)

Make sure the clj-kondo binary is on your path.  For installation
instructions, see https://github.com/borkdude/clj-kondo.

Dependencies