Skip to content

Commit

Permalink
CMR-4238 - Include plugins when checking for outdated deps versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jun 28, 2017
1 parent 77c0bd2 commit 304276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion access-control-app/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]})

0 comments on commit 304276c

Please sign in to comment.