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

Update golangci-lint in Makefile and CI and turn it on in CI #273

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

dkropachev
Copy link
Collaborator

@dkropachev dkropachev commented Jun 14, 2024

No functional changes.
Update golangci-lint, add it to github workflow, address all linter complaints.

@dkropachev dkropachev force-pushed the dk/fix-golangci-lint branch 11 times, most recently from 0db4f38 to f059df5 Compare June 15, 2024 22:39
Comment on lines -30 to -32
// Cache memory for a rows during iteration in structScan.
fields [][]int
values []interface{}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are we okay with losing the information that this comment gives?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

thanks for pointing out, fixed.

batchx.go Outdated
@@ -4,6 +4,7 @@ import (
"github.com/gocql/gocql"
)

// Batch a batch operations.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't quite get this comment

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added something that makes more sense

cmd/schemagen/schemagen.go Show resolved Hide resolved
@sylwiaszunejko sylwiaszunejko merged commit ab80d70 into scylladb:master Jun 19, 2024
1 check passed
@sylwiaszunejko sylwiaszunejko self-assigned this Jun 19, 2024
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.

2 participants