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

enable golangci #718

Merged
merged 10 commits into from
Dec 18, 2024
Merged

enable golangci #718

merged 10 commits into from
Dec 18, 2024

Conversation

adecaro
Copy link
Contributor

@adecaro adecaro commented Dec 17, 2024

No description provided.

@adecaro adecaro marked this pull request as draft December 17, 2024 12:11
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
@adecaro adecaro self-assigned this Dec 18, 2024
Signed-off-by: Angelo De Caro <[email protected]>
@adecaro adecaro marked this pull request as ready for review December 18, 2024 08:49
Copy link
Contributor

@alexandrosfilios alexandrosfilios left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -161,7 +166,8 @@ var _ = Describe("Provider", func() {
gauge.Set(1)

buf := &bytes.Buffer{}
Expect(s.WriteTo(buf)).To(Succeed())
_, err := s.WriteTo(buf)
Expect(err).To(Succeed())
Copy link
Contributor

Choose a reason for hiding this comment

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

to not have occurred looks more fluent in this case

Copy link
Contributor Author

Choose a reason for hiding this comment

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

okay

Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
@adecaro adecaro merged commit a681166 into main Dec 18, 2024
20 checks passed
@adecaro adecaro deleted the f-golangci branch December 18, 2024 10:29
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.

2 participants