Skip to content

Commit

Permalink
test: remove obsolete eslint-disable comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and addaleax committed Mar 5, 2017
1 parent 24e6fcc commit f69685b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/parallel/test-http-parser-bad-ref.js
Expand Up @@ -75,12 +75,10 @@ demoBug('POST /1', '/22 HTTP/1.1\r\n' +
'Content-Length: 4\r\n\r\n' +
'pong');

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

process.on('exit', function() {
assert.strictEqual(2, headersComplete);
Expand Down

0 comments on commit f69685b

Please sign in to comment.