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: DRY isString() in lint rules #27719

Closed
wants to merge 1 commit into from
Closed

Conversation

cjihrig
Copy link
Contributor

@cjihrig cjihrig commented May 15, 2019

This commit makes isString() a reusable utility function for core's custom ESLint rules.

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

This commit makes isString() a reusable utility
function for core's custom ESLint rules.
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot nodejs-github-bot added the tools Issues and PRs related to the tools directory. label May 15, 2019
@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented May 16, 2019

CI: https://ci.nodejs.org/job/node-test-pull-request/23137/

EDIT(cjihrig): CI was green.

@shisama shisama added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 16, 2019
Trott pushed a commit to Trott/io.js that referenced this pull request May 18, 2019
This commit makes isString() a reusable utility
function for core's custom ESLint rules.

PR-URL: nodejs#27719
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@Trott
Copy link
Member

Trott commented May 18, 2019

Landed in af83b79

@Trott Trott closed this May 18, 2019
targos pushed a commit that referenced this pull request May 18, 2019
This commit makes isString() a reusable utility
function for core's custom ESLint rules.

PR-URL: #27719
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@cjihrig cjihrig deleted the lint-rules branch May 18, 2019 12:40
@BridgeAR BridgeAR mentioned this pull request May 21, 2019
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants