Skip to content

Instantly share code, notes, and snippets.

@Odinodin
Created August 31, 2013 06:34
Show Gist options
  • Save Odinodin/6396576 to your computer and use it in GitHub Desktop.
Save Odinodin/6396576 to your computer and use it in GitHub Desktop.
Clojure linters in leiningen profile
{:user
{:plugins [[lein-kibit "0.0.8"] [lein-bikeshed "0.1.3"] [jonase/eastwood "0.0.2"]]}
...
}
@Odinodin
Copy link
Author

Add these plugins to your leiningen profiles file (.lein/profiles.clj). Then you can run the following leiningen tasks in a Clojure repo:

  • lein kibit
  • lein eastwood
  • lein bikeshed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment