-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
T:code-hygieneGeneral cleanup and restructuring of code to provide clarity, flexibility, and modularity.General cleanup and restructuring of code to provide clarity, flexibility, and modularity.T:enhancementType: EnhancementType: Enhancementgood first issueContributions Welcome!!Contributions Welcome!!
Description
From .golangci.yml:
- gocyclo
- golint
- maligned
- errcheck
- staticcheck
- dupl make dupl linter pass #3385
- ineffassign make ineffassign linter pass #3386
- interfacer
- unconvert
- goconst
- unparam
- nakedret
- lll
- gochecknoglobals
- govet make govet linter pass #3292
- remove make govet linter pass #3292 (comment) when we bump Golang version
- gocritic
- gosec R4R: make gosec linter pass #3294
- gochecknoinits
- scopelint
- stylecheck
Run make get_tools to install golangci-lint or follow instructions at https://github.com/golangci/golangci-lint.
Run each individual linter with: golangci-lint run --no-config --disable-all=true --enable=XXX. For example: golangci-lint run --no-config --disable-all=true --enable=govet
Run all with: golangci-lint run --enable-all=true
Help make Tendermint great again!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T:code-hygieneGeneral cleanup and restructuring of code to provide clarity, flexibility, and modularity.General cleanup and restructuring of code to provide clarity, flexibility, and modularity.T:enhancementType: EnhancementType: Enhancementgood first issueContributions Welcome!!Contributions Welcome!!