Skip to content
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

Separate go build and gofmt checks. #160

Closed

Conversation

marcosvm
Copy link
Contributor

@marcosvm marcosvm commented Aug 8, 2014

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

@jish
Copy link
Owner

jish commented Aug 18, 2014

Sorry the tests were failing :( They should be green in master now. Can you merge in master and let the tests run again?

@marcosvm
Copy link
Contributor Author

It didn't work. Maybe we should pair and fix this later this week.

@jish
Copy link
Owner

jish commented Aug 20, 2014

Yea, sounds good! :)

@mpapis
Copy link
Collaborator

mpapis commented Sep 6, 2014

also this is a good thing for extraction planned in #176

@mpapis
Copy link
Collaborator

mpapis commented Sep 13, 2014

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants