You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by "pandaapo (via GitHub)" <gi...@apache.org> on 2023/05/22 07:56:45 UTC

[GitHub] [eventmesh] pandaapo opened a new pull request, #4000: [ISSUE #3999]Exception thrown when 'gradlew checkstyleMain' run

pandaapo opened a new pull request, #4000:
URL: https://github.com/apache/eventmesh/pull/4000

   Fixes #3999.
   
   ### Motivation
   
   We need the output the checkstyle error report or pass successfully when `gradlew checkstyleMain` is executed.
   
   The error report should be like
   ```
   > Task :eventmesh-common:checkstyleMain
   [ant:checkstyle] [WARN] E:\IdeaProjects\eventmesh\eventmesh-common\src\main\java\org\apache\eventmesh\common\loadbalance\LoadBalanceType.java:2: 当前行与被期待的 header: ' * Licensed to the Apache Software Foundation (ASF) under o
   ne or more' 不符。 [Header]
   
   > Task :eventmesh-common:checkstyleMain FAILED
   
   ```
   
   
   
   ### Modifications
   
   Config the project path in gradle for CheckStyle.
   
   
   
   ### Documentation
   
   - Does this pull request introduce a new feature? (yes / no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
   - If a feature is not applicable for documentation, explain why?
   - If a feature is not documented yet in this PR, please create a followup issue for adding the documentation
   


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [eventmesh] qqeasonchen merged pull request #4000: [ISSUE #3999]Exception thrown when 'gradlew checkstyleMain' run

Posted by "qqeasonchen (via GitHub)" <gi...@apache.org>.
qqeasonchen merged PR #4000:
URL: https://github.com/apache/eventmesh/pull/4000


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org