Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Add checkstyle #19

Merged
merged 4 commits into from
Dec 7, 2017
Merged

Add checkstyle #19

merged 4 commits into from
Dec 7, 2017

Conversation

splitfeed
Copy link
Contributor

There are a lot of whitespace changes here, so take a look here for instructions on how to ignore those: https://github.com/blog/967-github-secrets :)

I temporarily disabled the parts that validate Javadocs since we will
handle that later in #8.
-->
<module name="MethodParamPad" />
<!--
TODO We'll get to this later
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I figured we could activate this for issue #8 later on, or this PR would be even more massive.

</module>
<!--<module name="JavadocParagraph"/>-->
<!-- TODO Javadocs will be resolved separately
<module name="JavadocType" />
Copy link
Contributor Author

Choose a reason for hiding this comment

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

See #8

*
* @author jonashall
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is there any reason to keep @author tags?

Copy link
Contributor

Choose a reason for hiding this comment

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

drop it


import javax.ws.rs.*;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Perhaps we should allow asterisk imports after all, when the imports are more than like 5 or so? Or is there a real performance issue here?

@splitfeed splitfeed merged commit 757dd4d into master Dec 7, 2017
@splitfeed splitfeed deleted the add-checkstyle branch December 7, 2017 12:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants