https://github.com/active-group/active-kondo
`clj-kondo` configuration and hooks for our libraries.
https://github.com/active-group/active-kondo
Last synced: 12 months ago
JSON representation
`clj-kondo` configuration and hooks for our libraries.
- Host: GitHub
- URL: https://github.com/active-group/active-kondo
- Owner: active-group
- Created: 2020-08-24T12:51:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T13:43:02.000Z (almost 2 years ago)
- Last Synced: 2024-07-09T17:26:25.239Z (almost 2 years ago)
- Language: Clojure
- Size: 13.7 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# active-kondo
`clj-kondo` configuration and hooks for our libraries:
- `active.clojure.monad` and `active.clojure.record` (part of
[active-clojure](https://github.com/active-group/active-clojure))
- [`reacl`](https://github.com/active-group/reacl)
## Usage
Check out to `~/$HOME/.clj-kondo` or to `$XDG_CONFIG_HOME` like
`~/.config/clj-kondo` for newer versions (or any of the other possible ways to
configure `clj-kondo`, see
[here](https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#introduction))
and lint your code with `clj-kondo`.
Also, make sure you use a somewhat recent version of
[`clj-kondo`](https://github.com/clj-kondo/clj-kondo). The oldest version this
config has been confirmed to work with is
$ clj-kondo --version
clj-kondo v2020.10.10
The is also [this issue concerning usage of this
configuration](https://github.com/active-group/active-kondo/issues/1).