amperity / lein-monolith

Leiningen plugin for working with monorepos.
Other
214 stars 18 forks source link

Better dependency linting #73

Closed greglook closed 3 years ago

greglook commented 3 years ago

A minor improvement which updates the lein monolith lint command. This now ignores all modifiers on the dependency coordinates, instead of just stopping when it sees :scope. It does still think of [foo/bar nil] as different from [foo/bar "version"], even if there's a managed dependency on "version", but this seems appropriate since it does indicate that bumping the managed dependency won't update some of the subprojects.