Disable AvoidStaticImport check

This commit is contained in:
Paul Campbell 2018-01-06 08:18:39 +00:00
parent e18668dea7
commit 84013ee1ae

View file

@ -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: