skuzzle / restrict-imports-enforcer-rule

Gradle plugin & Maven Enforcer rule that restricts usage of unwanted imports in Java, Kotlin and Groovy source files.
MIT License
75 stars 12 forks source link

It is possible to specify a static base package or static exclusion #19

Closed skuzzle closed 6 years ago

skuzzle commented 6 years ago

As base package and exclusion refer to analyzed files and not import statements it makes no sense to put a static package pattern there. This is currently possible but should be prohibited by the implementation

skuzzle commented 6 years ago

Resolved in 0.12.0