Closed jish closed 10 years ago
looks good to me ;)
+1, looks legit, left some minor notes. The build's broken though?
:haircut: updated with suggestions
I'm not sure what to do about the JRuby test failures. Should we drop JRuby from Travis for the time being?
+1. Maybe mark the jruby build as optional in the travis matrix? I haven't looked at the failure myself, so take that as a light suggestion.
"Maybe mark the jruby build as optional in the travis matrix?"
jruby issue https://github.com/jruby/jruby/issues/1945 - will be fixed in 1.7.16
, might take some time for it to make to travis
+1
Previously we vendored + patched a copy of
JSHint
each time we needed to upgrade. This commit takes a plain copy ofJSHint
and adaptsPreCommit
to useJSHint
out of the box.This should make future
JSHint
upgrades much easier :)@shajith @mpapis @mwerner
Closes #157