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

Add checkstyle format #82

Merged
merged 1 commit into from
Apr 2, 2017
Merged

Add checkstyle format #82

merged 1 commit into from
Apr 2, 2017

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Apr 2, 2017

Fix #76

Introduce new output format called checkstyle.
The output of this format can be parsed with Jenkins plugin.

result := stdout.String()

if result != tc.Result {
t.Fatalf("\nBad: %t\nExpected: %t\n\ntestcase: %s", result, tc.Result, tc.Name)
Copy link
Member Author

Choose a reason for hiding this comment

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

[gometalinter]

  • [vet] arg result for printf verb %t of wrong type: string

@wata727 wata727 merged commit 4ccac53 into master Apr 2, 2017
@wata727 wata727 deleted the checkstyle branch April 2, 2017 08:40
bendrucker pushed a commit that referenced this pull request Jun 13, 2023
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant