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 double negative conditional bug in NegatedIf and NegatedWhile style rules #3146

Merged

Commits on May 20, 2016

  1. Add check for double negative in NegatedIf and NegatedWhile rules

    Previously this file only looked at the first operator in the line
    With these changes there is now a pattern match to ensure `!!`
    isn't flagged by these rules
    
    Add tests for double negation in while and if specs
    
    Update CHANGELOG.md
    natalzia-paperless committed May 20, 2016
    Configuration menu
    Copy the full SHA
    a4eca96 View commit details
    Browse the repository at this point in the history