All Projects → candid82 → flycheck-joker

candid82 / flycheck-joker

Licence: other
Clojure syntax checker (via Joker) for flycheck

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to flycheck-joker

Neomake
Asynchronous linting and make framework for Neovim/Vim
Stars: ✭ 2,512 (+4467.27%)
Mutual labels:  linter, syntax-checker
Ale
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
Stars: ✭ 11,380 (+20590.91%)
Mutual labels:  linter, syntax-checker
flycheck-popup-tip
Display Flycheck error messages using popup.el
Stars: ✭ 30 (-45.45%)
Mutual labels:  flycheck-extension
peon
Python "Elegant Object" Naive linter.
Stars: ✭ 31 (-43.64%)
Mutual labels:  linter
actionlint
Static checker for GitHub Actions workflow files
Stars: ✭ 1,385 (+2418.18%)
Mutual labels:  linter
nimfmt
Nim code formatter / linter / style checker
Stars: ✭ 75 (+36.36%)
Mutual labels:  linter
sqlclosecheck
Linter that confirms that DB rows and stats are closed properly.
Stars: ✭ 21 (-61.82%)
Mutual labels:  linter
yamburger
YAML syntax got you down? That's a YAMBURGER!
Stars: ✭ 32 (-41.82%)
Mutual labels:  linter
lints
Lint all your JavaScript, CSS, HTML, Markdown and Dockerfiles with a single command
Stars: ✭ 14 (-74.55%)
Mutual labels:  linter
retext-assuming
Check for unhelpful ‘assuming’ phrases such as ‘just’, ‘simply’ or ‘obviously’ with retext
Stars: ✭ 15 (-72.73%)
Mutual labels:  linter
vnu-elixir
An Elixir client for the Nu HTML Checker (v.Nu).
Stars: ✭ 50 (-9.09%)
Mutual labels:  linter
healthier
🧘‍♀️ Healthier is an opinionated style agnostic code linter – a friendly companion to Prettier
Stars: ✭ 78 (+41.82%)
Mutual labels:  linter
linter-terraform-syntax
terraform validate linter and formatter for atom
Stars: ✭ 19 (-65.45%)
Mutual labels:  linter
errchkjson
Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks
Stars: ✭ 29 (-47.27%)
Mutual labels:  linter
prlint
GitHub App for linting pull request meta data
Stars: ✭ 122 (+121.82%)
Mutual labels:  linter
clang-format-action
GitHub Action for clang-format checking
Stars: ✭ 48 (-12.73%)
Mutual labels:  linter
nano-staged
Tiny tool to run commands for modified, staged, and committed files in a GIT repository.
Stars: ✭ 347 (+530.91%)
Mutual labels:  linter
flexlint
A flexible linter with rules defined by regular expression
Stars: ✭ 19 (-65.45%)
Mutual labels:  linter
codeclimate-apexmetrics
ApexMetrics - Code Climate engine for Salesforce [DISCONTINUED use CC PMD instead)
Stars: ✭ 46 (-16.36%)
Mutual labels:  linter
gsc
Go Source Checker
Stars: ✭ 15 (-72.73%)
Mutual labels:  linter

flycheck-joker

MELPA

This package adds Clojure(Script) syntax checker (via Joker) to flycheck.

Installation

The package is available on Melpa:

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 for details.

Please read about Joker's linter mode to understand its capabilities and limitations. Specifically, it's important to configure Joker to reduce false positives.

Please see examples of the errors Joker can catch here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].