This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Agree on a single Checkstyle suppression mechanism #62
Comments
This was referenced Nov 5, 2021
Closed
Copying previous discussion for better overview: Suggesting switching to Originally posted by @fsteeg in #60 (comment) But it's also limited in where it can appear! Now the check is suppressed in the whole method Also:
Originally posted by @blackwinter in #60 (comment) |
Discussed: switch to No functional review (refactoring), code review: @blackwinter / @fsteeg |
fsteeg
added a commit
that referenced
this issue
Nov 17, 2021
fsteeg
added a commit
that referenced
this issue
Nov 18, 2021
fsteeg
added a commit
that referenced
this issue
Nov 18, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Came up in #60 (comment). I seem to remember that something was not possible with the original
checkstyle-disable-line
when adding support for@SuppressWarnings
in d70d5d3. Maybe I didn't see a way to suppressMultipleStringLiterals
for the entire class? See #60 (comment) for other pro/cons of both approaches.The text was updated successfully, but these errors were encountered: