-
Notifications
You must be signed in to change notification settings - Fork 55
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
[parent] add checkstyle #108
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does checkstyle executes automatically or do we need to add it as callback to project settings?
checkstyle.xml
Outdated
|
||
<module name="OverloadMethodsDeclarationOrder"/> | ||
|
||
<!--<module name="AvoidStarImport"/>--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would remove this line to keep it as clear as we can.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, I wanted to discuss the rule actually :) I'd prefer no star imports personally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine by me... Even might be a little bit annoying with Idea that automatically uses star imports. But that's configurable I believe.
It'll now. I forgot to add |
Related to #104