diff --git a/access-control-app/project.clj b/access-control-app/project.clj index 9421d6c..99440f1 100644 --- a/access-control-app/project.clj +++ b/access-control-app/project.clj @@ -78,5 +78,5 @@ "eastwood" ["with-profile" "lint" "eastwood" "{:namespaces [:source-paths]}"] "bikeshed" ["with-profile" "lint" "bikeshed" "--max-line-length=100"] "yagni" ["with-profile" "lint" "yagni"] - "check-deps" ["with-profile" "lint" "ancient"] + "check-deps" ["with-profile" "lint" "ancient" "all"] "lint" ["do" ["check"] ["kibit"] ["eastwood"]]})