Try to enable go lint with options
#- varcheck
#- gocyclo
#- bodyclose
#- misspell
#- nakedret
#- unconvert
# - goconst
# - gocritic
# - noctx
# - whitespace
# - dupl
to improve our code quantity with lint options above.
@channingduan , could you please take a look at this issue?
Just for reference, the current set of linters being run (in addition to staticcheck) are:
- errcheck
- gofmt
- goimports
- gosec
- gosimple
- govet
- ineffassign
- typecheck
- unused
The active linters are configured in .golangci.yml. See the golangci-lint documentation for available linters.
Just for reference, the current set of linters being run (in addition to staticcheck) are:
- errcheck
- gofmt
- goimports
- gosec
- gosimple
- govet
- ineffassign
- typecheck
- unused
The active linters are configured in .golangci.yml. See the golangci-lint documentation for available linters.
thanks a lot for comments, updated scope.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.