https://github.com/candid82/flycheck-joker
Clojure syntax checker (via Joker) for flycheck
https://github.com/candid82/flycheck-joker
clojure flycheck-extension linter syntax-checker
Last synced: 24 days ago
JSON representation
Clojure syntax checker (via Joker) for flycheck
- Host: GitHub
- URL: https://github.com/candid82/flycheck-joker
- Owner: candid82
- Created: 2017-02-12T19:10:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T23:46:41.000Z (about 5 years ago)
- Last Synced: 2025-04-03T23:03:07.939Z (about 2 months ago)
- Topics: clojure, flycheck-extension, linter, syntax-checker
- Language: Emacs Lisp
- Size: 12.7 KB
- Stars: 57
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flycheck-joker
=================[](https://melpa.org/#/flycheck-joker)
This package adds Clojure(Script) syntax checker (via [Joker](https://github.com/candid82/joker)) to flycheck.
## Installation
The package is available on [Melpa](https://melpa.org/#/flycheck-joker):
```
M-x package-install flycheck-joker
```Then add the following to your init.el:
```
(require 'flycheck-joker)
```Make sure Joker binary is on your path. Joker version __0.9.7__ or greater is required. See [Joker installation instructions](https://github.com/candid82/joker#installation) for details.
Please read about [Joker's linter mode](https://github.com/candid82/joker#linter-mode) to understand its capabilities and limitations. Specifically, it's important to [configure Joker](https://github.com/candid82/joker#reducing-false-positives) to reduce false positives.
Please see examples of the errors Joker can catch [here](https://github.com/candid82/SublimeLinter-contrib-joker#examples)