• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

linter-clojure

Lint Clojure on the fly, using clojure-x.x.x.jar
AtomLinter
1.2.0 21,577
19
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

linter-clojure

This linter plugin for Linter provides an interface to clojure-x.x.x.jar. It will be used with files that have the "Clojure" syntax.

Installation

On first activation the plugin will install all dependencies automatically, you no longer have to worry about installing Linter.

Settings

You can configure linter-clojure by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):

Windows Example Settings

'linter-clojure':
  'clojureExecutablePath': 'D:\\downloads\\clojure-1.6.0\\clojure-1.6.0.jar' # <- point directly to the jar file
  'javaExecutablePath': 'C:\\Program Files (x86)\\Java\\jdk1.7.0\\bin' # to find java in this directory

Mac Example Settings

It is important to note that 'javaExecutablePath' MUST point at the Java executable, not just the path it resides within.

  "linter-clojure":
    "clojureExecutablePath": "/Users/theusername/.m2/repository/org/clojure/clojure/1.6.0/clojure-1.6.0.jar"
    "javaExecutablePath": "/usr/bin/java"

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by