aboutsummaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-06-07 15:14:59 -0700
committerGitHub <noreply@github.com>2018-06-07 15:14:59 -0700
commitf655b9175c1829c42327f7b53464295426b7185f (patch)
tree3775f87dbfcbf95f5a9c025f6e5055ff88cbfc25 /buildscripts
parentbd500f0473743d8cbf3435c0b025c36e955ae5e5 (diff)
downloadopencensus-java-f655b9175c1829c42327f7b53464295426b7185f.tar.gz
Remove Checkstyle rule VariableDeclarationUsageDistance (#1242)
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/checkstyle.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/checkstyle.xml b/buildscripts/checkstyle.xml
index 6c7cfa49..b136c208 100644
--- a/buildscripts/checkstyle.xml
+++ b/buildscripts/checkstyle.xml
@@ -170,7 +170,6 @@
<property name="allowedAbbreviationLength" value="1"/>
</module>
<module name="OverloadMethodsDeclarationOrder"/>
- <module name="VariableDeclarationUsageDistance"/>
<module name="CustomImportOrder">
<property name="sortImportsInGroupAlphabetically" value="true"/>
<property name="separateLineBetweenGroups" value="true"/>