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

Add CodeNarc support #29

Merged
merged 14 commits into from Jul 12, 2014
Merged

Add CodeNarc support #29

merged 14 commits into from Jul 12, 2014

Conversation

alien11689
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage increased (+2.83%) when pulling 25ef879 on alien11689:develop into 09b9144 on TouK:develop.

@coveralls
Copy link

Coverage Status

Coverage increased (+2.83%) when pulling 2d48f80 on alien11689:develop into 09b9144 on TouK:develop.

@coveralls
Copy link

Coverage Status

Coverage increased (+2.83%) when pulling 2d48f80 on alien11689:develop into 09b9144 on TouK:develop.

private String createViolationMessage(org.codenarc.rule.Violation codeNarcViolation, Rule rule) {
StringBuilder stringBuilder = new StringBuilder();
stringBuilder.append(rule.getName());
if (codeNarcViolation.getMessage() != null) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

StringUtils.isNotBlank maybe?

@SpOOnman
Copy link
Collaborator

Great work! I assume it works, becuase I didn't test it ;) Just fix some simple issues and I will be glad to merge it!

@coveralls
Copy link

Coverage Status

Coverage increased (+2.83%) when pulling 1f0880c on alien11689:develop into 09b9144 on TouK:develop.

SpOOnman added a commit that referenced this pull request Jul 12, 2014
@SpOOnman SpOOnman merged commit 08708f1 into TouK:develop Jul 12, 2014
rufuslevi pushed a commit to rufuslevi/sputnik that referenced this pull request Mar 12, 2024
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.

None yet

3 participants