-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use checkstyle in maven to check code #802
use checkstyle in maven to check code #802
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #802 +/- ##
=============================================
+ Coverage 38.65% 38.82% +0.17%
- Complexity 1026 1028 +2
=============================================
Files 220 220
Lines 8507 8507
Branches 1028 1028
=============================================
+ Hits 3288 3303 +15
+ Misses 4828 4813 -15
Partials 391 391
Continue to review full report at Codecov.
|
Well done, we will merge it between 0.5.0 and 0.6.0. |
fix copyright check error remove @author check
license need to be formatted in other commit |
Which codestyle do you use ? |
https://github.com/alibaba/p3c/blob/master/p3c-formatter/eclipse-codestyle.xml this style p3c seems has no other codestyle for maven checkstyle plugin, this file is not style correctly. I revert it |
p3c has not support for checkstyle alibaba/p3c#265 in SOFARPC, we use
this will format when maven clean install, do you have any idea? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done.
# Conflicts: # pom.xml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
fixes #797
Ⅲ. Why don't you add test cases (unit test/integration test)?
do not need
Ⅳ. Describe how to verify it
mvn clean install -DskipTests=true
you will see the result. some code needs to be cleaned next prⅤ. Special notes for reviews