Skip to content

tools: replace assert-throw-arguments custom lint - #14547

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:no-restricted
Closed

tools: replace assert-throw-arguments custom lint#14547
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:no-restricted

Conversation

@Trott

@TrottTrott commented Jul 30, 2017

Copy link
Copy Markdown
Member

The functionality of ESLint custom rule assert-throws-arguments can be
replaced with no-restricted-syntax entries.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

The functionality of ESLint custom rule assert-throws-arguments can be
replaced with no-restricted-syntax entries.
@TrottTrott added the tools Issues and PRs related to the tools directory. label Jul 30, 2017
@Trott

Copy link
Copy Markdown
MemberAuthor

@TimothyGuTimothyGu left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint is amazing.

@Trott

Trott commented Aug 2, 2017

Copy link
Copy Markdown
MemberAuthor

Landed in e506bcd

@TrottTrott closed this Aug 2, 2017
Trott added a commit to Trott/io.js that referenced this pull request Aug 2, 2017
The functionality of ESLint custom rule assert-throws-arguments can be
replaced with no-restricted-syntax entries.
PR-URL: nodejs#14547
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax pushed a commit that referenced this pull request Aug 7, 2017
The functionality of ESLint custom rule assert-throws-arguments can be
replaced with no-restricted-syntax entries.
PR-URL: #14547
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorins

Copy link
Copy Markdown
Contributor

Should this be backported to v6.x-staging? If yes please follow the guide and raise a backport PR, if no let me know or add the dont-land-on label.

Trott added a commit to Trott/io.js that referenced this pull request Sep 7, 2017
The functionality of ESLint custom rule assert-throws-arguments can be
replaced with no-restricted-syntax entries.
PR-URL: nodejs#14547
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
@Trott

Trott commented Sep 7, 2017

Copy link
Copy Markdown
MemberAuthor

@MylesBorins Backport in #15253

MylesBorins pushed a commit that referenced this pull request Sep 19, 2017
The functionality of ESLint custom rule assert-throws-arguments can be
replaced with no-restricted-syntax entries.
Backport-PR-URL: #15253
PR-URL: #14547
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Sep 20, 2017
@Trott
Trott deleted the no-restricted branch January 13, 2022 22:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Trott@MylesBorins@jasnell@lpinca@TimothyGu@cjihrig@tniessen