Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

updated the integration tests to use gometalinter and setup a bunch of linters that need to pass before a PR can merge. #1025

Merged
merged 6 commits into from
Apr 14, 2018

Conversation

markbates
Copy link
Member

No description provided.

linters that need to pass before a PR can merge.
Copy link
Member

@paganotoni paganotoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me, @markbates are the rest of the changes what we need to pass the metalinter?

@markbates
Copy link
Member Author

@paganotoni yeah, it wouldn't be fair of me to impose this without first making sure it ran clean. :)

err = server.ListenAndServe()
if err = server.Serve(listener); err != nil {
return a.Stop(err)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a missing return nil here, isn't it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe. ;)

@markbates markbates merged commit e8adcbf into development Apr 14, 2018
@markbates markbates added this to the 0.11.1 milestone Apr 14, 2018
stanislas-m pushed a commit that referenced this pull request May 12, 2018
…f linters that need to pass before a PR can merge. (#1025)

* updated the integration tests to use gometalinter and setup a bunch of
linters that need to pass before a PR can merge.

* added the --deadline flag for gometalinter

* lol, apparently that new line was important. oops

* removed a deprecated call

* added a missing return
@stanislas-m stanislas-m deleted the metalinter branch July 17, 2018 12:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants