From 304276c325585727828ac552c08bf6918a28ef71 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Mon, 26 Jun 2017 13:38:00 -0500 Subject: [PATCH] CMR-4238 - Include plugins when checking for outdated deps versions. --- access-control-app/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]]})