Skip to content

Conversation

@Trott
Copy link
Member

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

tools

Description of change

There are currently 17 instances of the spread operator and all of them
have no space between the operator and the subsequent argument. This
change enables a lint rule to enforce that same style on any future uses
of the spread operator.

Refs: https://github.com/nodejs/node/pull/6573/files/7a1b47f329f2e6481ef8f54951570197fd98378d#r74479351

There are currently 17 instances of the spread operator and all of them have no space between the operator and the subsequent argument. This change enables a lint rule to enforce that same style on any future uses of the spread operator. Refs: https://github.com/nodejs/node/pull/6573/files/7a1b47f329f2e6481ef8f54951570197fd98378d#r74479351
@TrottTrott added the tools Issues and PRs related to the tools directory. label Aug 11, 2016
@Trott
Copy link
MemberAuthor

/cc @Fishrock123

@cjihrig
Copy link
Contributor

LGTM

1 similar comment
@jasnell
Copy link
Member

LGTM

@Trott
Copy link
MemberAuthor

Trott commented Aug 11, 2016

CI: https://ci.nodejs.org/job/node-test-pull-request/3633/ (Lots of red in other CI jobs right now, hopefully because people are testing experimental changes or something and not because something is on fire...)

@jasnell
Copy link
Member

@Trott ... the CI has been extremely flaky here lately. Lots of red causing folks to have to do multiple runs. /cc @nodejs/build

@targos
Copy link
Member

LGTM

2 similar comments
@ChALkeR
Copy link
Member

LGTM

@silverwind
Copy link
Contributor

LGTM

@jbergstroem
Copy link
Member

LGTM - Aix unrelated

Trott added a commit that referenced this pull request Aug 15, 2016
There are currently 17 instances of the spread operator and all of them have no space between the operator and the subsequent argument. This change enables a lint rule to enforce that same style on any future uses of the spread operator. Refs: https://github.com/nodejs/node/pull/6573/files/7a1b47f329f2e6481ef8f54951570197fd98378d#r74479351 PR-URL: #8073 Reviewed-By: cjihrig - Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: targos - Michaël Zasso <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
@Trott
Copy link
MemberAuthor

Landed in cb2e83e

@TrottTrott closed this Aug 15, 2016
cjihrig pushed a commit that referenced this pull request Aug 15, 2016
There are currently 17 instances of the spread operator and all of them have no space between the operator and the subsequent argument. This change enables a lint rule to enforce that same style on any future uses of the spread operator. Refs: https://github.com/nodejs/node/pull/6573/files/7a1b47f329f2e6481ef8f54951570197fd98378d#r74479351 PR-URL: #8073 Reviewed-By: cjihrig - Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: targos - Michaël Zasso <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
@cjihrigcjihrig mentioned this pull request Aug 15, 2016
@TrottTrott deleted the rest-spread-spacing branch January 13, 2022 22:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Trott@cjihrig@jasnell@targos@ChALkeR@silverwind@jbergstroem@MylesBorins