https://github.com/saulshanabrook/linter-lein
https://github.com/saulshanabrook/linter-lein
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saulshanabrook/linter-lein
- Owner: saulshanabrook
- Created: 2016-02-29T17:15:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T11:44:09.000Z (over 8 years ago)
- Last Synced: 2025-02-15T08:17:02.912Z (8 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# linter-lein
This package will lint your Clojure files in Atom using by attempting to
compile the file. This is what the `lein check`
command does as well.## Installation
### Leiningen
Before using this package you will need to install the
[`lein-check-stdin`](https://github.com/saulshanabrook/lein-check-stdin) plugin
[Leiningen](https://leiningen.org/)### Plugin installation
The [Linter][] and package will be installed for you to provide an interface
to this package. If you are using an alternative debugging interface that
supports linter plugins simply disable [Linter][].To install this package either search for it from within Atom's settings menu
or run the following command.```ShellSession
apm install linter-lein
```## Settings
All of `linter-lein`'s settings are available from within Atom's settings menu.
If you prefer to manually edit the configuration file the following settings
are available:* `leinExecutablePath`: Defaults to `lein`, allowing the `$PATH` to resolve the
correct location. If you need to override this specify the full path to
`lein`.[linter]: https://github.com/atom-community/linter "Linter"