This repository was archived by the owner on May 1, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 314
Improve perf of lint #1024
Merged
Merged
Improve perf of lint #1024
Conversation
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
- update tslint-eslint-rules - run tslint with --type-check flag
…ter linting failed
…s() and removeDuplicateFileNames()
…stance instead of once per file
- rename processLintResults() to processLintResult() - update jsdocs
Will merge next week. Thanks!! |
@rolandjitsu Fix the conflicts so we can test the changes. |
Closed
@danielsogl done 😄 |
Thanks @rolandjitsu 🎉 Thanks, |
I've updated to ionic-app-scripts 1.3.12 and I'm still getting: " lint finished in 322.80 s" Cordova CLI: 6.5.0 |
@adamgalmor, it's not published yet. I need to do some testing. It'll probably be out Wednesday. Thanks, |
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Short description of what this resolves:
Address the performance of linting. It currently takes around
24s
to lint the conference app, but with the latest changes it takes on average2s
.Changes proposed in this pull request:
@angular/animations
)Fixes: #
@danbucholtz thanks for pointing out the slowness 👍