Skip to content

Speed-up grunt lint #1456

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

Merged
merged 1 commit into from
Feb 8, 2016
Merged

Speed-up grunt lint #1456

merged 1 commit into from
Feb 8, 2016

Conversation

rosen-vladimirov
Copy link
Contributor

Currently grunt lint might take more than 2-3 minutes. The problem is in the src files passed.
In my case the scratch directory was around 2.5 GB and this was slowing down the linting, as we have included !*.d.ts files.
Make sure only lib and test directories are used when linting as our source code and tests are there.

Fixed mixed tabs and spaces in Gruntfile

Currently `grunt lint` might take more than 2-3 minutes. The problem is in the src files passed.
In my case the scratch directory was around 2.5 GB and this was slowing down the linting, as we have included `!*.d.ts` files.
Make sure only lib and test directories are used when linting as our source code and tests are there.
@teobugslayer
Copy link
Contributor

👍

rosen-vladimirov added a commit that referenced this pull request Feb 8, 2016
@rosen-vladimirov rosen-vladimirov merged commit 9280aa9 into master Feb 8, 2016
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/speed-lint branch February 8, 2016 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants