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