thesmallstar commented on pull request #1072:
URL: https://github.com/apache/fineract/pull/1072#issuecomment-644538531


   So I had to modify the checkstyle a little bit:
   I have modified from option => ALONE to ALONE_OR_SINGLELINE
   Reason: 
   Checkstyle would treat: 
   function Xyz() {} //violation
   I think @vorburger  you would agree to keep it this way rather than
   function XyZ(){
   }
   Spotless love the first one too (With current config). Also if you are 
wondering that it would also allow: 
   function Xyz() {  something } 
   Nope, it won't, spotless would take care ;)
   This is actually completely automated by spotless, but just an extra check, 
just in case. 
   
   
   
   
   


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


Reply via email to