Closed marcosvm closed 8 years ago
Sorry the tests were failing :( They should be green in master now. Can you merge in master and let the tests run again?
It didn't work. Maybe we should pair and fix this later this week.
Yea, sounds good! :)
also this is a good thing for extraction planned in #176
just reviewed the failing tests, the problem is not added the new checks in https://travis-ci.org/jish/pre-commit/jobs/32905698#L438:
-Available checks : ... go jshint ...
+Available checks : ... go go_build go_fmt jshint ...
not sure if anything else changed, @marcosvm it should be enough to modify files listed by:
grep -rn "go jshint" test/
This Pull Request separates go build and gofmt checks and creates a go group with both checks.
Some larger projects that contains packages don't behave so well with the go build check, giving false positives errors.g
\cc @jish