You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd suggest adding more linters to the golangci-lint config. This could help us improve the code quality and detect possible bugs that might be hard to find in the future.
I'd suggest adding more linters to the
golangci-lint
config. This could help us improve the code quality and detect possible bugs that might be hard to find in the future.Full linter list: https://github.com/golangci/golangci-lint#supported-linters
Personally, I would add the following ones:
bodyclose
dupl
gocritic
scopelint
unconvert
The text was updated successfully, but these errors were encountered: