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

tools,test: apply consistent comma-dangle lint rule #37930

Merged
merged 2 commits into from
Apr 2, 2021

Conversation

Trott
Copy link
Member

@Trott Trott commented Mar 26, 2021

Use comma-dangle settings from the rest of the code base on tests as well.

@nodejs-github-bot nodejs-github-bot added addons Issues and PRs related to native addons. async_hooks Issues and PRs related to the async hooks subsystem. doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. tools Issues and PRs related to the tools directory. labels Mar 26, 2021
@nodejs-github-bot
Copy link
Collaborator

@DerekNonGeneric DerekNonGeneric added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 1, 2021
Make changes so that tests will pass when the comma-dangle settings
applied to the rest of the code base are also applied to tests.

PR-URL: nodejs#37930
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Use comma-dangle settings from the rest of the code base on tests as
well.

PR-URL: nodejs#37930
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
@Trott
Copy link
Member Author

Trott commented Apr 2, 2021

Landed in f0bf373...e67fb56

@Trott Trott merged commit e67fb56 into nodejs:master Apr 2, 2021
@Trott Trott deleted the comma-dangle-test branch April 2, 2021 06:15
@MylesBorins
Copy link
Contributor

Do we want this on v15.x? If so it will need a backport

Trott added a commit to Trott/io.js that referenced this pull request Apr 5, 2021
Make changes so that tests will pass when the comma-dangle settings
applied to the rest of the code base are also applied to tests.

PR-URL: nodejs#37930
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Trott added a commit to Trott/io.js that referenced this pull request Apr 5, 2021
Use comma-dangle settings from the rest of the code base on tests as
well.

PR-URL: nodejs#37930
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
@Trott
Copy link
Member Author

Trott commented Apr 5, 2021

Do we want this on v15.x? If so it will need a backport

Backport in #38089

Trott added a commit to Trott/io.js that referenced this pull request Apr 5, 2021
Make changes so that tests will pass when the comma-dangle settings
applied to the rest of the code base are also applied to tests.

PR-URL: nodejs#37930
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Trott added a commit to Trott/io.js that referenced this pull request Apr 5, 2021
Use comma-dangle settings from the rest of the code base on tests as
well.

PR-URL: nodejs#37930
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
targos pushed a commit that referenced this pull request Sep 4, 2021
Make changes so that tests will pass when the comma-dangle settings
applied to the rest of the code base are also applied to tests.

PR-URL: #37930
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
targos pushed a commit that referenced this pull request Sep 4, 2021
Use comma-dangle settings from the rest of the code base on tests as
well.

PR-URL: #37930
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addons Issues and PRs related to native addons. async_hooks Issues and PRs related to the async hooks subsystem. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants