https://github.com/martinklepsch/vscode-joker-clojure-linter
Clojure Linter for VS Code
https://github.com/martinklepsch/vscode-joker-clojure-linter
clojure clojurescript editor-plugin linter vscode vscode-extension
Last synced: about 2 months ago
JSON representation
Clojure Linter for VS Code
- Host: GitHub
- URL: https://github.com/martinklepsch/vscode-joker-clojure-linter
- Owner: martinklepsch
- Created: 2017-12-23T19:27:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T12:32:43.000Z (over 7 years ago)
- Last Synced: 2025-01-29T13:46:43.297Z (3 months ago)
- Topics: clojure, clojurescript, editor-plugin, linter, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=martinklepsch.clojure-joker-linter
- Size: 25.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# clojure-joker-linter
A [Joker](https://github.com/candid82/joker) integration for VSCode. The `joker` binary **needs to be installed separately**.
## Features
- Lint Clojure files using `joker` whenever they are opened or changed.
- Show warnings and errors in the editor as well as in the problems tab in the Panel.Note that `joker` isn't a *proper* Clojure runtime and this may provide false positives or miss certain things.
The [Joker README](https://github.com/candid82/joker) provides some guidance on reducing false positives etc.## Requirements
Install Joker as per it's [installation instructions](https://github.com/candid82/joker#installation).
## Extension Settings
There are no settings yet.
## Known Issues
This is alpha quality, things may not work.
## Release Notes
#### 0.0.1 — 25th Dec 2017
- initial release