Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 534 Bytes

Clojars Project

lein-clj-depend

A Leiningen plugin to run clj-depend.

Installation

Add the plugin to your project.clj:

:plugins [[com.fabiodomingues/lein-clj-depend "0.9.2"]]

Usage

$ lein clj-depend

Exit codes

  • 0: no violations were found
  • 1: one or more violations were found
  • 2: error during analysis