Disable AvoidStarImport check
This commit is contained in:
parent
f20517a8e7
commit
e18668dea7
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ rules:
|
||||||
name: AvoidStarImport
|
name: AvoidStarImport
|
||||||
parent: TREEWALKER
|
parent: TREEWALKER
|
||||||
level: LAYOUT
|
level: LAYOUT
|
||||||
enabled: true
|
enabled: false
|
||||||
source: CHECKSTYLE
|
source: CHECKSTYLE
|
||||||
uri: http://checkstyle.sourceforge.net/config_imports.html#AvoidStarImport
|
uri: http://checkstyle.sourceforge.net/config_imports.html#AvoidStarImport
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue