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

Fix #1159: StrictUnusedVariable respects UnusedVariable suppression #1160

Merged
merged 2 commits into from
Jan 10, 2020

Conversation

carterkozak
Copy link
Contributor

After this PR

==COMMIT_MSG==
StrictUnusedVariable respects UnusedVariable suppression
==COMMIT_MSG==

@changelog-app
Copy link

changelog-app bot commented Jan 10, 2020

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

StrictUnusedVariable respects UnusedVariable suppression

Check the box to generate changelog(s)

  • Generate changelog entry

@@ -106,7 +106,7 @@
@AutoService(BugChecker.class)
@BugPattern(
name = "StrictUnusedVariable",
altNames = {"unused", "StrictUnusedVariable"},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's unnecessary to duplicate the name.

@bulldozer-bot bulldozer-bot bot merged commit 8ecf71f into develop Jan 10, 2020
@bulldozer-bot bulldozer-bot bot deleted the ckozak/StrictUnusedVariable_suppressions branch January 10, 2020 15:03
@svc-autorelease
Copy link
Collaborator

Released 2.48.3

This was referenced Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants