-
Notifications
You must be signed in to change notification settings - Fork 5
Jshint fixes #31
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
Jshint fixes #31
Conversation
…icts with gulp task definitions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'join_vars': false
possible?
tasks/watch.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at the rest of this file, if there are no references to config, we can drop this statement. It was probably made redundant as part of the refactor making things more DRY.
|
Looks like the freshly merged in integrations tests, almost all the tests are failing due to this error:
|
- also added a new npm run task for `testonly` that doesn't run lint, and isn't verbose
|
I reproduced the above error on Travis locally with |
|
Tailing the Travis logs now, looks like the tests are finally running properly (after some trial and error getting it to work) |
|
@bguiz cheers for the fixes, its crappy how much slower appveyor is with windoze! |
lib/build/browserify.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not as intended. We want the final method above to be the fall-through. As it stands, it will be added always.
Jshint fixes + Fixed CI problems
@bholloway @bguiz the remaining jshint errors or any changes I made may need discussion around the existing rules.
You can run the jshint from cli with
npm run lintor they will also run with the specs innpm test.