-
Notifications
You must be signed in to change notification settings - Fork 72
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
Refactored and removed 6 smells #423
base: master
Are you sure you want to change the base?
Conversation
…ariable and Decompose Conditional
…rate strategy class (DocumentMergeStrategy).
…with polymorphism
…with polymorphism
…with polymorphism
This is quite good, but doesn't pass our checkstyle 😕 Can you please make sure the coding guidelines are followed? This also ensures the diff is smaller and readable |
Also, can you please remove all the extra html report files? They should not be in the codebase. |
I've activated the continuous integration to run on pull requests now, so hopefully when you check in your adaptations SemaphoreCI will tell you whether the checkstyle criteria is met, also whether anything is breaking post the change. You should see the results, after you updated your PR, in https://codehaus-cargo.semaphoreci.com/projects/cargo. Don't get overwhelmed by the size of the pipeline, it "simply" does a build and many (over 2'500) tests 😉 |
No description provided.