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

Allow to run on test code only #43

Closed skuzzle closed 3 years ago

skuzzle commented 4 years ago

Currently its possible to analyze either only compile or both compile and test code. Maybe it would be usefull to only run on test code?

skuzzle commented 3 years ago

Implemented in 1.2.0