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

Lint more things #46

Merged
merged 2 commits into from
Jul 9, 2015
Merged

Lint more things #46

merged 2 commits into from
Jul 9, 2015

Conversation

ascandella
Copy link
Contributor

@@ -284,8 +284,7 @@ private String getRemoteComment(AbstractBuild<?, ?> build, PrintStream logger, S

FilePath source = src[0];

int DEFAULT_COMMENT_SIZE = 1000;
int maxLength = DEFAULT_COMMENT_SIZE;
int maxLength = 1000;
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's make 1k a private static final int at the class level.

@jjx
Copy link
Contributor

jjx commented Jul 9, 2015

lgtm

ascandella added a commit that referenced this pull request Jul 9, 2015
@ascandella ascandella merged commit fe3e93b into master Jul 9, 2015
@ascandella ascandella deleted the more-linting branch July 9, 2015 23:40
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

2 participants