All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 ===============================================================================
2 ALE Clojure Integration *ale-clojure-options*
5 ===============================================================================
6 clj-kondo *ale-clojure-clj-kondo*
8 A minimal and opinionated linter for code that sparks joy.
10 https://github.com/borkdude/clj-kondo
13 -------------------------------------------------------------------------------
15 *ale-options.clojure_clj_kondo_options*
16 *g:ale_clojure_clj_kondo_options*
17 *b:ale_clojure_clj_kondo_options*
18 clojure_clj_kondo_options
19 g:ale_clojure_clj_kondo_options
23 This variable can be changed to modify options passed to clj-kondo.
26 ===============================================================================
27 cljfmt *ale-clojure-cljfmt*
29 cljfmt is a linter and fixer for Clojure code, with defaults adhering to the
30 Clojure Style Guide (see https://guide.clojure.style/ )
32 https://github.com/weavejester/cljfmt
34 Linting options are not configurable by ale, but instead are controlled by
35 Leiningen, or a cljfmt file in the current or parent directories.
37 see https://github.com/weavejester/cljfmt#Configuration for more information.
39 ===============================================================================
40 joker *ale-clojure-joker*
42 Joker is a small Clojure interpreter and linter written in Go.
44 https://github.com/candid82/joker
46 Linting options are not configurable by ale, but instead are controlled by a
47 `.joker` file in same directory as the file (or current working directory if
48 linting stdin), a parent directory relative to the file, or the users home
51 see https://github.com/candid82/joker#linter-mode for more information.
54 ===============================================================================
55 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: