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: handle quoted values when detecting unused variables (#513) #514

Merged
merged 5 commits into from
Dec 20, 2021

Commits on Dec 14, 2021

  1. fix: handle quoted values when detecting unused variables (redhat-dev…

    …eloper#513)
    
    Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
    lstocchi committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    bad1dae View commit details
    Browse the repository at this point in the history
  2. change regex rule to exact match variable name

    Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
    lstocchi committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    98c92f6 View commit details
    Browse the repository at this point in the history
  3. fix issue with kind quoted

    Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
    lstocchi committed Dec 14, 2021
    2 Configuration menu
    Copy the full SHA
    12ec85e View commit details
    Browse the repository at this point in the history
  4. fix test

    Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
    lstocchi committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    7cd0f60 View commit details
    Browse the repository at this point in the history
  5. optimize regex

    Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
    lstocchi committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    40f66ef View commit details
    Browse the repository at this point in the history