FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: use shorthand lint target from test by jbergstroem · Pull Request #6406 · nodejs/node · GitHub

/ node Public

build: use shorthand lint target from test - #6406

Merged
jbergstroem merged 1 commit into
nodejs:masterfrom
jbergstroem:fix/makefile-invoke-lint
Apr 30, 2016
Merged

build: use shorthand lint target from test#6406
jbergstroem merged 1 commit into
nodejs:masterfrom
jbergstroem:fix/makefile-invoke-lint

Conversation

Copy link
Copy Markdown
Member
Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

build

Description of change

Instead of invoking jslint/cpplint from the test target, call on the generic lint instead, since it checks if eslint exists. Since our tarballs lacks eslint we get a more graceful exit from make test instead of a traceback from jslint.

/cc: @nodejs/build

jbergstroem added the build Issues and PRs related to build files or the CI. label Apr 27, 2016

jbergstroem commented Apr 27, 2016
edited
Loading

Copy link
Copy Markdown
Member Author

CI: https://ci.nodejs.org/job/node-test-commit/3067/

Edit:

  • osx fail in tests (test-tick-processor.js): unrelated

rmg commented Apr 27, 2016

Copy link
Copy Markdown
Contributor

LGTM

cjihrig commented Apr 27, 2016

Copy link
Copy Markdown
Contributor

LGTM

2 similar comments

Copy link
Copy Markdown
Member

LGTM

jasnell commented Apr 27, 2016

Copy link
Copy Markdown
Member

LGTM

jasnell commented Apr 29, 2016

Copy link
Copy Markdown
Member

@jbergstroem ... this needs to be rebased to land.

Instead of invoking jslint/cpplint from the test target,
call on the generic lint instead since it checks if eslint
exists. Since our tarballs lacks eslint we now get a more graceful
exit from `make test` instead of a traceback from jslint.

PR-URL: nodejs#6406
Fixes: nodejs#6408
Reviewed-By: Ryan Graham <r.m.graham@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
jbergstroem force-pushed the fix/makefile-invoke-lint branch from 0463c78 to 62c31fe Compare April 30, 2016 10:38
jbergstroem merged commit 62c31fe into nodejs:master Apr 30, 2016
Fishrock123 pushed a commit that referenced this pull request May 4, 2016
Instead of invoking jslint/cpplint from the test target,
call on the generic lint instead since it checks if eslint
exists. Since our tarballs lacks eslint we now get a more graceful
exit from `make test` instead of a traceback from jslint.

PR-URL: #6406
Fixes: #6408
Reviewed-By: Ryan Graham <r.m.graham@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
joelostrowski pushed a commit to joelostrowski/node that referenced this pull request May 4, 2016
Instead of invoking jslint/cpplint from the test target,
call on the generic lint instead since it checks if eslint
exists. Since our tarballs lacks eslint we now get a more graceful
exit from `make test` instead of a traceback from jslint.

PR-URL: nodejs#6406
Fixes: nodejs#6408
Reviewed-By: Ryan Graham <r.m.graham@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>

Copy link
Copy Markdown
Contributor

@jbergstroem lts?

Copy link
Copy Markdown
Contributor

ping @jbergstroem

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL