Skip to content

Commit 1b4f69a

Browse 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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Teddy Katz <[email protected]>
1 parent 6344997 commit 1b4f69a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
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)