Github user ConeyLiu commented on a diff in the pull request:

    https://github.com/apache/spark/pull/15865#discussion_r87996878
  
    --- Diff: dev/checkstyle.xml ---
    @@ -52,6 +52,20 @@
           <property name="file" value="dev/checkstyle-suppressions.xml"/>
         </module>
     
    +    <!--
    +    If you wish to turn off checking for a section of code, you can put a 
comment in the source
    +    before and after the section, with the following syntax:
    +
    +      // checkstyle:off no.XXX (such as checkstyle.off: NoFinalizer)
    +      ...  // stuff that breaks the styles
    +      // checkstyle:on
    +    -->
    +    <module name="SuppressionCommentFilter">
    +        <property name="offCommentFormat" value="checkstyle.off\: 
([\w\|]+)"/>
    +        <property name="onCommentFormat" value="checkstyle.on\: 
([\w\|]+)"/>
    +        <property name="checkFormat" value="$1"/>
    +    </module>
    +
    --- End diff --
    
    Ok, maybe we need more advices.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to