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 exclusions per scott #6

Merged
merged 1 commit into from
Aug 2, 2018
Merged

add exclusions per scott #6

merged 1 commit into from
Aug 2, 2018

Conversation

mikebell90
Copy link
Contributor

No description provided.

@mikebell90 mikebell90 requested a review from scottjohnson July 20, 2018 21:58
@@ -71,6 +71,8 @@
<exclude name="AvoidPrefixingMethodParameters" />
<exclude name="ShortClassName" />
<exclude name="GenericsNaming" />
<!-- Way too picky @Goofy("star") vs @Goofy(value = "star") is ok -->
<exclude name="UnnecessaryAnnotationValueElement" />
Copy link
Contributor

Choose a reason for hiding this comment

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

I like this rule, but agree that it's not worth failing the build over.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Scott haf tthe issue th at some tool he has auto fills in value=

I like the rule too and like a lot of these... Lcd. You could overide yourself but that's a consistency nightmare

Choose a reason for hiding this comment

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

I guess the question... why does this rule matter?

Copy link
Contributor

Choose a reason for hiding this comment

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

doesn't, just stylistic, looks nicer w/o value.

@mikebell90 mikebell90 merged commit 118e529 into master Aug 2, 2018
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