Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b4f69a

Browse filesBrowse files
TrottMylesBorins
authored andcommitted
test: remove obsolete eslint-disable comment
The align-function-arguments custom rule is obsolete and has been removed from the code base. Remove comment that used to disable it for one file. PR-URL: #11643 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
1 parent 6344997 commit 1b4f69a
Copy full SHA for 1b4f69a

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-http-parser-bad-ref.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-http-parser-bad-ref.js
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,10 @@ demoBug('POST /1', '/22 HTTP/1.1\r\n' +
7575
'Content-Length: 4\r\n\r\n' +
7676
'pong');
7777

78-
/* eslint-disable align-function-arguments */
7978
demoBug('POST /1/22 HTTP/1.1\r\n' +
8079
'Content-Type: tex', 't/plain\r\n' +
8180
'Content-Length: 4\r\n\r\n' +
8281
'pong');
83-
/* eslint-enable align-function-arguments */
8482

8583
process.on('exit', function() {
8684
assert.strictEqual(2, headersComplete);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.