-
Notifications
You must be signed in to change notification settings - Fork 438
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
(WIP) Issue 626 - default .claspignore
#627
Conversation
use forEach instead of map when return value is not used (google#614)
Dependencies (google#615)
Let's be focused when we create PRs. |
I am focused, trust me. But since I am to switch while in the middle of another PR, I prefer to take the opportunity of minor fixes (TODOs, improved typings...) :-P |
Thanks for the PR. Please make the PR only include changes in these files:
Move the other changes to a different PR. |
@grant I am not that fluent in Git, sorry. I have no idea how to move some changed files to another branch nor how to 'revert' part of the commits. |
No problem. I recommend always syncing with the latest master branch and working from there. This may be useful: |
Fixes #626
npm run test
succeeds.npm run lint
succeeds.