Bug 1263056 - Add TODO for CAST check in WhitespaceAfter. r=sebastian draft
authorMichael Comella <michael.l.comella@gmail.com>
Thu, 07 Apr 2016 18:23:54 -0700
changeset 348719 a88bed32638ef44b93b8ba9d1682793588593614
parent 348718 fc708f6fac7b7245a1da6541c4ff44d8e231b879
child 517917 a1e8a65e8493e721d619d7ead9d52fe116e3bc73
push id14899
push usermichael.l.comella@gmail.com
push dateFri, 08 Apr 2016 01:24:40 +0000
reviewerssebastian
bugs1263056
milestone48.0a1
Bug 1263056 - Add TODO for CAST check in WhitespaceAfter. r=sebastian MozReview-Commit-ID: 5ZRSnGylCnJ
mobile/android/app/checkstyle.xml
--- a/mobile/android/app/checkstyle.xml
+++ b/mobile/android/app/checkstyle.xml
@@ -40,13 +40,14 @@
     </module>
 
     <module name="TreeWalker">
         <module name="NoLineWrap">
             <property name="tokens" value="IMPORT,PACKAGE_DEF"/>
         </module>
         <module name="OuterTypeFilename"/> <!-- `class Lol` only in Lol.java -->
         <module name="WhitespaceAfter">
+            <!-- TODO: (bug 1263059) Remove specific tokens to enable CAST check. -->
             <property name="tokens" value="COMMA, SEMI"/>
         </module>
     </module>
 
 </module>