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

StrictUnusedVariable: update severity to a warning, and remove suggested fixes to prefix variables with underscores #2593

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Jun 13, 2023

  1. Update StrictUnusedVariable.

    Refs #2361. Change the severity to `SUGGESTION`. Remove suggested fixes to prefix unused variables with underscores, but keep the suggested fix which renames used variables prefixed with underscores.
    Pritham Marupaka committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a902848 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Change to warning

    Pritham Marupaka committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e770bf4 View commit details
    Browse the repository at this point in the history
  2. change it back to a suggestion

    Pritham Marupaka committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    680baf3 View commit details
    Browse the repository at this point in the history