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

Implement warning 210 #440

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Commits on Oct 26, 2019

  1. Implement warning 210

    Daniel-Cortez committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    1102bc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b64b42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b5f89b View commit details
    Browse the repository at this point in the history
  4. Don't issue warning 210 in a few special cases:

    * A variable is defined as a loop counter inside a 'for' loop.
    * A variable is incremented/decremented using the '++'/'--' operator.
    Daniel-Cortez committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    8462b80 View commit details
    Browse the repository at this point in the history