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

Added a short circuit check #237

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

Commits on Apr 20, 2016

  1. Added short circuit check

    Based on the 'debugger' check, this checks for accidental short-circuits often used in debugging.
    
    ```
    if true && something
    if false && something
    ```
    ideasasylum committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    ae4316a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d7445 View commit details
    Browse the repository at this point in the history
  3. Remove old code

    ideasasylum committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    4fe1a95 View commit details
    Browse the repository at this point in the history