InvisibleProgrammer commented on PR #6125:
URL: https://github.com/apache/hive/pull/6125#issuecomment-3408011082

   I have one last question: what do you think? Does it make sense to set the 
severity level to error for this rule only? 
   I'm afraid, if we keep it as a warning, on a long-term it will have no 
effect. Let's be honest: nobody reads the warnings. 
   
   I'm thinking about this: 
   ```
   <module name="RegexpHeader">
       <property name="severity" value="error"/>
       <property name="headerFile" 
value="${config_loc}/asf.header.incremental"/>
       <property name="fileExtensions" value="java"/>
       <property name="multiLines" value="2"/>
     </module>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to