Skip to content

test: remove obsolete lint config comments - #12868

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:len-max
Closed

test: remove obsolete lint config comments#12868
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:len-max

Conversation

@Trott

@TrottTrott commented May 6, 2017

Copy link
Copy Markdown
Member

The max-len ESLint rule is configured to be forgiving for lines that
contain a regular expression literal. Remove disabling comments that are
no longer required in test-repl.js

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

test

The `max-len` ESLint rule is configured to be forgiving for lines that
contain a regular expression literal. Remove disabling comments that are
no longer required in test-repl.js
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 6, 2017
@vsemozhetbytvsemozhetbyt added the tools Issues and PRs related to the tools directory. label May 6, 2017
@refack

Copy link
Copy Markdown
Contributor

Trott added a commit to Trott/io.js that referenced this pull request May 10, 2017
The `max-len` ESLint rule is configured to be forgiving for lines that
contain a regular expression literal. Remove disabling comments that are
no longer required in test-repl.js
PR-URL: nodejs#12868
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: David Cai <davidcai1993@yahoo.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@Trott

Copy link
Copy Markdown
MemberAuthor

Landed in 57a08e2

@TrottTrott closed this May 10, 2017
anchnk pushed a commit to anchnk/node that referenced this pull request May 19, 2017
The `max-len` ESLint rule is configured to be forgiving for lines that
contain a regular expression literal. Remove disabling comments that are
no longer required in test-repl.js
PR-URL: nodejs#12868
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: David Cai <davidcai1993@yahoo.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@jasnelljasnell mentioned this pull request May 28, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
@gibfahn

Copy link
Copy Markdown
Member

Feel free to backport if you'd like.

@Trott
Trott deleted the len-max branch January 13, 2022 22:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@Trott@refack@gibfahn@silverwind@jasnell@benjamingr@lpinca@cjihrig@DavidCai1111@vsemozhetbyt@nodejs-github-bot