Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: remove unneeded eslint-disable comment #11679

Closed
wants to merge 1 commit into from

Conversation

Trott
Copy link
Member

@Trott Trott commented Mar 3, 2017

test-url-format has the max-len rule disabled by a comment but doesn't
have any lines that violate the max-len rule. Remove the comment.

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

test url

@Trott Trott added test Issues and PRs related to the tests. url Issues and PRs related to the legacy built-in url module. labels Mar 3, 2017
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Mar 3, 2017
Copy link
Member

@gibfahn gibfahn left a comment

Choose a reason for hiding this comment

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

LGTM, although while you're here you could capitalize and punctuate the comment on L6

 // some extra formatting tests, just to verify
 // that it'll format slightly wonky content to a valid url.

test-url-format has the max-len rule disabled by a comment but doesn't
have any lines that violate the max-len lint rule. Remove the comment.

Reformat other comments for capitalization, punctuation, and updated
URLs.
@Trott
Copy link
Member Author

Trott commented Mar 4, 2017

LGTM, although while you're here you could capitalize and punctuate the comment on L6

Cleaned up a few comments. Thanks.

@hiroppy
Copy link
Member

hiroppy commented Mar 4, 2017

Trott added a commit to Trott/io.js that referenced this pull request Mar 6, 2017
test-url-format has the max-len rule disabled by a comment but doesn't
have any lines that violate the max-len lint rule. Remove the comment.

Reformat other comments for capitalization, punctuation, and updated
URLs.

PR-URL: nodejs#11679
Reviewed-By: Yuta Hiroto <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Daijiro Wachi <[email protected]>
@Trott
Copy link
Member Author

Trott commented Mar 6, 2017

Landed in 60c8115

@Trott Trott closed this Mar 6, 2017
@evanlucas
Copy link
Contributor

This is not landing cleanly on v7.x-staging. Feel free to send a backport PR. Thanks!

@gibfahn
Copy link
Member

gibfahn commented Jun 17, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests. url Issues and PRs related to the legacy built-in url module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants