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

Make checkswitch handle regular switches #4162

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Mar 9, 2024

  1. Switch statements handled in analyzer

    1. checkswitch.go: Code added to handle switch statements
    2. testdata.go: New test cases handled to ensure switch statements are accounted for
    sbshah97 committed Mar 9, 2024
    Copy the full SHA
    092982e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    413d262 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Copy the full SHA
    d3a8f91 View commit details
    Browse the repository at this point in the history