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

Option to suppress checkstyle exception problem markers #36

Closed
Bananeweizen opened this issue Jan 17, 2018 · 1 comment
Closed

Option to suppress checkstyle exception problem markers #36

Bananeweizen opened this issue Jan 17, 2018 · 1 comment

Comments

@Bananeweizen
Copy link
Collaborator

We have a zero warnings policy for Java code (and yes, our code has zero warnings with custom Eclipse, Checkstyle and Findbugs profiles). Unfortunately, checkstyle still can't deal with type annotations on varargs (checkstyle/checkstyle#3238), so we have checkstyle exception markers on every file where such an annotation is used on a vararg, since we started introducing more Nullable/NonNull annotations in Eclipse.

I therefore propose an additional eclipse-cs workspace preference (checkbox) to control whether checkstyle exceptions shall be reported as problem markers on the respective files. Default value would be checked, to stay with todays behaviour. Logging in the error log would not be changed by this preference.

@Bananeweizen
Copy link
Collaborator Author

Closing without fix, I don't intend to work on that anymore.

@Bananeweizen Bananeweizen closed this as not planned Won't fix, can't repro, duplicate, stale Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants