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

CI: introduce errcheck #45

Merged
merged 3 commits into from
Nov 9, 2016
Merged

CI: introduce errcheck #45

merged 3 commits into from
Nov 9, 2016

Conversation

haya14busa
Copy link
Member

@@ -82,6 +82,8 @@ func init() {
flag.BoolVar(&flags.list, "list", false, listDoc)
flag.StringVar(&flags.name, "name", "", nameDoc)
flag.StringVar(&flags.ci, "ci", "", ciDoc)

regexp.Compile(`errcheck test`)
Copy link
Member

Choose a reason for hiding this comment

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

[errcheck] reported by reviewdog 🐶
regexp.Compile(errcheck test)

Copy link
Member Author

Choose a reason for hiding this comment

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

Nice catch!

but, should I escape errormessage...? hmm...

@haya14busa haya14busa merged commit 55ea9ce into master Nov 9, 2016
@haya14busa haya14busa deleted the ci-errcheck branch November 9, 2016 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants