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

    https://github.com/apache/spark/pull/14490#discussion_r73459086
  
    --- Diff: scalastyle-config.xml ---
    @@ -250,6 +250,14 @@ This file is divided into 3 sections:
         <customMessage>Omit braces in case clauses.</customMessage>
       </check>
     
    +  <!-- SPARK-16877: Avoid Java annotations -->
    +  <check customId="OverrideJavaCase" level="error" 
class="org.scalastyle.scalariform.TokenChecker" enabled="true">
    +    <parameters><parameter name="regex">^Override$</parameter></parameters>
    --- End diff --
    
    I just reprored this locally on my machine as well (doesn't trigger with 
`@Override` or `\@Override`). One guess is the token checker has split them 
into separate tokens perhaps?


---
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