An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

flycheck-joker
=================

[![MELPA](https://melpa.org/packages/flycheck-joker-badge.svg)](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)