summaryrefslogtreecommitdiffstats
path: root/tools/android
diff options
context:
space:
mode:
authoraurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-22 06:38:16 +0000
committeraurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-22 06:38:16 +0000
commitb30e451c8f6f1f5703fea014a4cdd8389547d697 (patch)
tree4f31af19ceb036869486d6523759e615883bc774 /tools/android
parentacb8bd2c46e8c24a09feeecd7db6d895d63ed982 (diff)
downloadchromium_src-b30e451c8f6f1f5703fea014a4cdd8389547d697.zip
chromium_src-b30e451c8f6f1f5703fea014a4cdd8389547d697.tar.gz
chromium_src-b30e451c8f6f1f5703fea014a4cdd8389547d697.tar.bz2
Update checkstyle rules.
Allow imports even if it used only for Javadoc. Making dtrainor@ happy. BUG=318404 NOTRY=true Review URL: https://codereview.chromium.org/79423005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/android')
-rw-r--r--tools/android/checkstyle/chromium-style-5.0.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/android/checkstyle/chromium-style-5.0.xml b/tools/android/checkstyle/chromium-style-5.0.xml
index c29a000..ce2f24f 100644
--- a/tools/android/checkstyle/chromium-style-5.0.xml
+++ b/tools/android/checkstyle/chromium-style-5.0.xml
@@ -20,6 +20,7 @@
</module>
<module name="UnusedImports">
<property name="severity" value="error"/>
+ <property name="processJavadoc" value="true"/>
<message key="import.unused" value="Unused import: {0}. Use :JavaImportOrganize (ECLIM) or Ctrl+Shift+O (Eclipse) to sort imports"/>
</module>
<module name="JavadocType">