Skip to content
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

Experience improvements for PMD on Maven. #1789

Merged
merged 1 commit into from
May 25, 2016
Merged

Conversation

HSAR
Copy link
Contributor

@HSAR HSAR commented May 25, 2016

No description provided.

@msftclas
Copy link

Hi @HSAR, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla.microsoft.com.

TTYL, MSBOT;

@@ -157,6 +162,12 @@ function createAndUploadBuildSummary(enabledTools:string[], modules:ma.ModuleAna
buildSummaryLines.push(summaryLine);
});

// Add a double space and a final line with descriptive text, if there were any violations to be reported
if (totalViolationsInBuild > 0) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks neater if we only tag this message on when there are violations, especially since there may be a change to not upload any artifacts if there are no violations.

@bgavrilMS bgavrilMS merged commit 6dfe831 into microsoft:master May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants