Răsfoiți Sursa

Remove checkstyle CommentsIndentation (#6219)

Trask Stalnaker 2 ani în urmă
părinte
comite
c1c108c870
1 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 3 2
      buildscripts/checkstyle.xml

+ 3 - 2
buildscripts/checkstyle.xml

@@ -362,9 +362,10 @@
       <!-- modified from "expected" to "ignored" to match Intellij -->
       <property name="exceptionVariableName" value="ignored"/>
     </module>
-    <module name="CommentsIndentation">
+    <!-- using Google Java Format which sometimes conflicts with this indentation rule -->
+    <!-- module name="CommentsIndentation">
       <property name="tokens" value="SINGLE_LINE_COMMENT, BLOCK_COMMENT_BEGIN"/>
-    </module>
+    </module -->
     <!-- https://checkstyle.org/config_filters.html#SuppressionXpathFilter -->
     <module name="SuppressionXpathFilter">
       <property name="file" value="${org.checkstyle.google.suppressionxpathfilter.config}"