Skip to content

Commit

Permalink
add code quality tools
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Jan 15, 2017
1 parent 3e45084 commit 471e940
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@
:password :env/clojars_password
:sign-releases false}]]
:dependencies [[org.clojure/clojure "1.8.0"]]
:plugins [[lein-license "0.1.6"]]
:plugins [[lein-license "0.1.6"]
[lein-ancient "0.6.10"]
[lein-kibit "0.1.2" :exclusions [org.clojure/clojure
org.clojure/tools.cli]]
[jonase/eastwood "0.2.3"]
[lein-bikeshed "0.3.0"]
[lein-cloverage "1.0.6"]
[lein-codox "0.9.6"]]
:target-path "target/%s"
:aliases {"qa" ["do"
["clean"]
["check"]
["eastwood"]
["bikeshed" "-m" "120"]
["ancient"]
["cloverage"]]}
:profiles {:dev {}})

0 comments on commit 471e940

Please sign in to comment.