Skip to content

Fixup golangci-lint revive settings#65

Merged
SuperQ merged 1 commit intomainfrom
superq/var-naming
Apr 1, 2026
Merged

Fixup golangci-lint revive settings#65
SuperQ merged 1 commit intomainfrom
superq/var-naming

Conversation

@SuperQ
Copy link
Copy Markdown
Collaborator

@SuperQ SuperQ commented Apr 1, 2026

Using revive linter settings causes all default-enabled settings to be turned off. Use nolint to disable some single instances of revive linting rather than turning things off for the whole codebase.

Using revive linter settings causes all default-enabled settings to be
turned off. Use `nolint` to disable some single instances of revive
linting rather than turning things off for the whole codebase.

Signed-off-by: SuperQ <superq@gmail.com>
@SuperQ
Copy link
Copy Markdown
Collaborator Author

SuperQ commented Apr 1, 2026

👓 @nickgarlis

@SuperQ SuperQ merged commit a7cb50c into main Apr 1, 2026
6 checks passed
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