Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: tools/android/checkstyle/chromium-style-5.0.xml

Issue 670183003: Update from chromium 62675d9fb31fb8cedc40f68e78e8445a74f362e7 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/android/checkstyle/chromium-style-5.0.xml
diff --git a/tools/android/checkstyle/chromium-style-5.0.xml b/tools/android/checkstyle/chromium-style-5.0.xml
index 351b5b31d3f4a9fdabcdb19082c2c8811d5c4ad4..46b19e9ac707ac6bd2e4a955e649e1564b30a122 100644
--- a/tools/android/checkstyle/chromium-style-5.0.xml
+++ b/tools/android/checkstyle/chromium-style-5.0.xml
@@ -175,6 +175,16 @@
<property name="option" value="eol"/>
<property name="tokens" value="ASSIGN"/>
</module>
+ <module name="SeparatorWrap">
+ <property name="severity" value="warning"/>
+ <property name="tokens" value="DOT"/>
+ <property name="option" value="nl"/>
+ </module>
+ <module name="SeparatorWrap">
+ <property name="severity" value="warning"/>
+ <property name="tokens" value="COMMA"/>
+ <property name="option" value="EOL"/>
+ </module>
</module>
<module name="FileTabCharacter">
<property name="severity" value="error"/>
« no previous file with comments | « third_party/khronos/README.chromium ('k') | tools/android/memconsumer/java/src/org/chromium/memconsumer/ResidentService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698