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
|
||||
parent: TREEWALKER
|
||||
level: COMPLEXITY
|
||||
enabled: true
|
||||
enabled: false
|
||||
source: CHECKSTYLE
|
||||
uri: http://checkstyle.sourceforge.net/config_imports.html#AvoidStaticImport
|
||||
properties:
|
||||
|
|
Loading…
Reference in a new issue