Add checkstyle plugin configuration

Not enabled by default because many projects do not use it yet. The
plan is to roll it out and then remove the google import detector.

Fixes gh-58
This commit is contained in:
Dave Syer
2017-08-29 09:36:54 +01:00
parent bea8723caf
commit 3d4369f6cb
3 changed files with 76 additions and 36 deletions

View File

@@ -16,5 +16,8 @@
</module>
<module name="UnusedImports"/>
<module name="RedundantImport"/>
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck" >
<property name="illegalPkgs" value="com.google.common"/>
</module>
</module>
</module>
</module>