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

Chore: Fix glob for core js files for lint (fixes #6870) #6872

Merged
merged 1 commit into from
Aug 9, 2016
Merged

Conversation

gyandeeps
Copy link
Member

What issue does this pull request address?

Build failure on windows for lint runs.

What changes did you make? (Give an overview)

Rather than getting all the files and then sending them individually to eslint. we will now just send the glob pattern and let eslint figure out the files.
I think the cause of the issue was that we were exceeding the limit on how many things can be passed as arguments from cmd line.

Is there anything you'd like reviewers to focus on?

Nothing specific

@eslintbot
Copy link

LGTM

@platinumazure
Copy link
Member

LGTM, thanks for fixing this!

@ilyavolodin
Copy link
Member

LGTM, thanks

@ilyavolodin ilyavolodin merged commit b256c50 into master Aug 9, 2016
@gyandeeps gyandeeps deleted the temp branch August 9, 2016 17:07
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 6, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants