mvolikas opened a new issue, #1775:
URL: https://github.com/apache/stormcrawler/issues/1775

   ### What would you like to be improved?
   
   In #1716 we noticed that some POM files were using tabs for indentation 
while others used spaces. The width was also not consistent.
   
   ### How should we improve?
   
   - Update the checkstyle configuration so that it checks the POM files. The 
default is to check only Java files:
     ```
       mvn help:describe 
-Dplugin=org.apache.maven.plugins:maven-checkstyle-plugin -Ddetail | grep -A5 
"includes"
       includes (Default: **\/*.java)
         Required: true
         User property: checkstyle.includes
     ```
   - Use [EditorConfig](https://editorconfig.org/) and the available [maven 
plugin](https://github.com/ec4j/editorconfig-maven-plugin) to make sure we use 
the same width across files of the same type.
   - Fix the currently inconsistent files.
   


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

Reply via email to