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

fix: branch CI pipeline due to unchecked err in test #2263

Merged
merged 1 commit into from
May 17, 2022

Conversation

ascandella
Copy link
Contributor

Currently this is failing on PRs. Looks like this was added in the last day in #2137

server/events/vcs/gitlab_client_test.go:301:14: Error return value of `w.Write` is not checked (errcheck)
                                                w.Write([]byte(response))

Currently this is failing on PRs

```
server/events/vcs/gitlab_client_test.go:301:14: Error return value of `w.Write` is not checked (errcheck)
                                                w.Write([]byte(response))
```
@ascandella ascandella requested a review from a team as a code owner May 17, 2022 15:53
@ascandella ascandella changed the title Fix branch CI pipeline due to unchecked err in test fix: branch CI pipeline due to unchecked err in test May 17, 2022
@jamengual jamengual merged commit 517358e into runatlantis:master May 17, 2022
@jamengual
Copy link
Contributor

Thanks for the fic @ascandella

@ascandella ascandella deleted the fix-ci-lint branch May 17, 2022 17:34
krrrr38 pushed a commit to krrrr38/atlantis that referenced this pull request Dec 16, 2022
Currently this is failing on PRs

```
server/events/vcs/gitlab_client_test.go:301:14: Error return value of `w.Write` is not checked (errcheck)
                                                w.Write([]byte(response))
```
@nitrocode nitrocode added this to the v0.19.4 milestone Mar 23, 2023
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.

3 participants