Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 668 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.3.0"]]

Usage

$ lein clj-depend

In case any cyclic dependency is found the analysis will fail with the error message: Circular dependency between "foo" and "bar".

Exit codes

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