lgoldstein commented on issue #121: Autoformat source code
URL: https://github.com/apache/mina-sshd/pull/121#issuecomment-616163814
 
 
   >> Not sure what you refer to exactly here. I think the formatting takes 
into accounts all style related rules, spaces, braces, indentation, etc... You 
may have seen the changes in indentation, but that only means all other are the 
same.
   
   Checkstyle also has metrics - such as max. lines per method, max. lines per 
file, max. parameters per method, enforce `@Override` annotation, rules for 
variables naming, visibility fields orderings, etc., 
    etc., etc... that are not a matter of indentation. How can we keep 
enforcing them (BTW, they do not have PMD equivalents)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to