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

lib,test: improve faulty assert usage detection #26569

Closed

Commits on Mar 10, 2019

  1. lib,test: improve faulty assert usage detection

    This improves our custom eslint rules to detect assertions to detect
    assertions with only a single argument and fixes false negatives in
    case unary expressions are used.
    Some rules were extended to also lint our docs and tools and the lib
    rule was simplified to prohibit most assertion calls.
    BridgeAR committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    f8b256f View commit details
    Browse the repository at this point in the history
  2. fixup!

    BridgeAR committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    45829c1 View commit details
    Browse the repository at this point in the history