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

Support multiple groovy imports in same line #35

Closed skuzzle closed 5 years ago

skuzzle commented 5 years ago

Though discouraged, just like java, Groovy also supports putting multiple import statements on the same line. See also: #34

skuzzle commented 5 years ago

Will be released in 0.19.0