File: ale-clojure.txt

package info (click to toggle)
vim-ale 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,764 kB
  • sloc: sh: 499; python: 311; perl: 31; makefile: 4; xml: 4; javascript: 1
file content (48 lines) | stat: -rw-r--r-- 1,946 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
===============================================================================
ALE Clojure Integration                                   *ale-clojure-options*


===============================================================================
clj-kondo                                               *ale-clojure-clj-kondo*

A minimal and opinionated linter for code that sparks joy.

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

g:ale_clojure_clj_kondo_options               *g:ale_clojure_clj_kondo_options*
                                              *b:ale_clojure_clj_kondo_options*
  Type: |String|
  Default: `'--cache'`

  This variable can be changed to modify options passed to clj-kondo.

===============================================================================
cljfmt                                                     *ale-clojure-cljfmt*

cljfmt is a linter and fixer for Clojure code, with defaults adhering to the
Clojure Style Guide (see https://guide.clojure.style/ )

https://github.com/weavejester/cljfmt

Linting options are not configurable by ale, but instead are controlled by
Leiningen, or a cljfmt file in the current or parent directories.

see https://github.com/weavejester/cljfmt#Configuration for more information.

===============================================================================
joker                                                       *ale-clojure-joker*

Joker is a small Clojure interpreter and linter written in Go.

https://github.com/candid82/joker

Linting options are not configurable by ale, but instead are controlled by a
`.joker` file in same directory as the file (or current working directory if
linting stdin), a parent directory relative to the file, or the users home
directory.

see https://github.com/candid82/joker#linter-mode for more information.

===============================================================================
  vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: