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: forbid template literals in assert.throws #10301

Merged
merged 1 commit into from
Dec 19, 2016

Commits on Dec 19, 2016

  1. tools: forbid template literals in assert.throws

    Extend the assert-throws-arguments custom ESLint rule to also check for
    the use of template literals as a second argument to assert.throws.
    
    PR-URL: nodejs#10301
    Ref: nodejs#10282 (comment)
    Reviewed-By: Prince John Wesley <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Roman Reiss <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Italo A. Casas <[email protected]>
    targos committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    7cb9813 View commit details
    Browse the repository at this point in the history