asolimando commented on PR #2901:
URL: https://github.com/apache/calcite/pull/2901#issuecomment-1275935388

   > Hi @asolimando can you help me here:
   > 
   > when I develop on the calcite, I found it's not easy to conform its 
checkstyle, especially the indentation. I have tried
   > 
   > * `./gradlew autostyleApply` to auto fix some problem, but the indentation 
still there
   > * Import the checktyle config as described 
[here](https://calcite.apache.org/docs/howto.html#setting-up-intellij-idea), 
but it still can not show the checkstyle problem, when writing the code.
   > 
   > The last way I tried is to run the `./gradlew autostyleCheck 
checkstyleAll` and fix the problem one by one. But it's a bit inefficient. Do 
you have some best practice for it ? Thanks.
   
   I use `./gradlew autostyleApply` or `./gradlew check` (fix + check), but 
that's not addressing all possible issues as you have experienced, I guess this 
is the best we got at the moment. 
   
   Others might know better, in general it's preferable to send an email to the 
mailing list for such general questions to increase your chances of getting an 
answer.


-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to