summaryrefslogtreecommitdiffstats
path: root/tools/android
diff options
context:
space:
mode:
authoraurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-08 10:09:42 +0000
committeraurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-08 10:11:26 +0000
commitc00af75b326ff30920d0b69c25ce7c033e7b1904 (patch)
treeb5d09826c41d63d5832e13a42f2c4935220f31b0 /tools/android
parentd0911fd9cc652edc4e00e2a385ce0f760a330806 (diff)
downloadchromium_src-c00af75b326ff30920d0b69c25ce7c033e7b1904.zip
chromium_src-c00af75b326ff30920d0b69c25ce7c033e7b1904.tar.gz
chromium_src-c00af75b326ff30920d0b69c25ce7c033e7b1904.tar.bz2
[Checkstyle] Update class member variable names to match style guides.
- Non-public, non-static field names start with m. http://source.android.com/source/code-style.html#follow-field-naming-conventions BUG=318404 Review URL: https://codereview.chromium.org/452613002 Cr-Commit-Position: refs/heads/master@{#288299} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288299 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 dda0772..a760b29 100644
--- a/tools/android/checkstyle/chromium-style-5.0.xml
+++ b/tools/android/checkstyle/chromium-style-5.0.xml
@@ -51,6 +51,7 @@
</module>
<!-- Non-public, non-static field names start with m. -->
<module name="MemberName">
+ <property name="severity" value="error"/>
<property name="format" value="^m[A-Z][a-zA-Z0-9]*$"/>
<property name="applyToPublic" value="false"/>
<message key="name.invalidPattern" value="Non-public, non-static field names start with m."/>