JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
97 stars 28 forks source link

Warn on excessive plugin dependencies declaration #56

Closed mutcianm closed 4 years ago

mutcianm commented 4 years ago

When adding a plugin dependency which is already transitively included by some other plugin dependency a warning should be printed. This should be only done for non-optional dependencies.