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

tools: add debuglog eslint rule #32161

Closed

Commits on May 9, 2020

  1. tools: add eslint rule to only pass through 'test' to debuglog

    This makes sure all usages of `util.debuglog()` must contain the
    string 'test' as argument.
    BridgeAR committed May 9, 2020
    Copy the full SHA
    9b74eca View commit details
    Browse the repository at this point in the history
  2. tools: remove obsolete no-restricted-syntax eslint rules

    These rules only apply for the test folder and will already be
    checked for.
    BridgeAR committed May 9, 2020
    Copy the full SHA
    39e869d View commit details
    Browse the repository at this point in the history
  3. fixup! tools: add eslint rule to only pass through 'test' to debuglog

    Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
    BridgeAR committed May 9, 2020
    Copy the full SHA
    a5144ed View commit details
    Browse the repository at this point in the history