Skip to content

Feature/PB 49956 Go add golangci lint#76

Merged
speatzle merged 1 commit intopassbolt:v5from
cedricherzog-passbolt:feature/PB-49956_Go-add-golangci-lint
Mar 12, 2026
Merged

Feature/PB 49956 Go add golangci lint#76
speatzle merged 1 commit intopassbolt:v5from
cedricherzog-passbolt:feature/PB-49956_Go-add-golangci-lint

Conversation

@cedricherzog-passbolt
Copy link

The project only uses staticcheck for linting. golangci-lint provides a comprehensive suite of linters (including staticcheck) with better performance and more extensive checks. Without it, code quality issues like inefficient assignments, unused code, and potential bugs may go undetected.

Signed-off-by: Cédric HERZOG cedric.herzog@passbolt.com

Signed-off-by: Cédric HERZOG <cedric.herzog@passbolt.com>
@cedricherzog-passbolt cedricherzog-passbolt changed the base branch from main to v5 March 11, 2026 14:01
@cedricherzog-passbolt cedricherzog-passbolt marked this pull request as ready for review March 11, 2026 14:04
@speatzle speatzle merged commit 50fc7ea into passbolt:v5 Mar 12, 2026
1 check 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