aboutsummaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-09-02 13:21:17 -0700
committerGitHub <noreply@github.com>2017-09-02 13:21:17 -0700
commit8d4372eaa0c1b002a0c25ff02a794cf72f0c05d9 (patch)
tree1ac909b643ca5165cefdd3bd214da3b54fc8b901 /buildscripts
parent8af5347dab5e0ded1997e67633efa7f8328176fa (diff)
downloadopencensus-java-8d4372eaa0c1b002a0c25ff02a794cf72f0c05d9.tar.gz
Add RedundantImport check and upgrade checkstyle to 8.0. (#579)
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/checkstyle.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/checkstyle.xml b/buildscripts/checkstyle.xml
index 16e10920..fdea0c5e 100644
--- a/buildscripts/checkstyle.xml
+++ b/buildscripts/checkstyle.xml
@@ -50,6 +50,7 @@
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>
<module name="AvoidStarImport"/>
+ <module name="RedundantImport"/>
<module name="OneTopLevelClass"/>
<module name="NoLineWrap"/>
<module name="EmptyBlock">