SteveYurongSu opened a new issue #438:
URL: https://github.com/apache/incubator-eventmesh/issues/438


   ## Enhancement Request
   
   <!-- 
   First of all: Have you checked the docs 
https://github.com/apache/incubator-eventmesh/tree/develop/docs, 
   or GitHub issues whether someone else has already reported your issue? 
   -->
   
   ### Is your enhancement request related to a problem? Please describe
   
   <!-- 
   A clear and concise description of what the enhancement is.
   -->
   
   I noticed that there are folks working on issue #428 (#431), translating or 
removing Chinese chars in code.
   Manually checking for this kind of code style can be a pain.
   But, we can make the process of code style check automated with less pain by 
introducing Checkstyle into CI.
   
   ### Describe the solution you'd like
   
   <!-- 
   A clear and concise description of what you want to happen. Add any 
considered drawbacks.
   -->
   
   I'd like to define a Checkstyle workflow in CI.
   The Checkstyle workflow will always pass and will provide a report after 
each run. 
   The report includes the code style issues found in the workflow, and it can 
be a reference for reviewers.
   
   
   ### Describe alternatives you've considered
   
   <!-- 
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   
   * Github Actions: Checkstyle check + reviewdog report 
   * Github Actions: Spotless check
   
   ### Additional context
   
   <!-- 
   Add any other context or screenshots about the enhancement request here.
   -->
   
   reviewdog: https://github.com/reviewdog/reviewdog
   checkstyle-idea: https://plugins.jetbrains.com/plugin/1065-checkstyle-idea
   


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