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

Handle static imports. #17

Closed SimY4 closed 6 years ago

SimY4 commented 6 years ago

static imports are currently skipping package imports check. This PR is trying to address this.

skuzzle commented 6 years ago

Hi,

I really appreciate your contribution but I'm afraid you are a bit late. Please have a look at #13 The changes I made there are already released as part of version 0.10.0

SimY4 commented 6 years ago

No worries. I'm glad that the issue was fixed anyway.