* feat: kubesphere 4.0 Signed-off-by: ci-bot <ci-bot@kubesphere.io> * feat: kubesphere 4.0 Signed-off-by: ci-bot <ci-bot@kubesphere.io> --------- Signed-off-by: ci-bot <ci-bot@kubesphere.io> Co-authored-by: ks-ci-bot <ks-ci-bot@example.com> Co-authored-by: joyceliu <joyceliu@yunify.com>
28 lines
351 B
YAML
28 lines
351 B
YAML
run:
|
|
deadline: 2m
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- misspell
|
|
- govet
|
|
- staticcheck
|
|
- errcheck
|
|
- unparam
|
|
- ineffassign
|
|
- nakedret
|
|
- gocyclo
|
|
- dupl
|
|
- goimports
|
|
- revive
|
|
- gosec
|
|
- gosimple
|
|
- typecheck
|
|
- unused
|
|
|
|
linters-settings:
|
|
gofmt:
|
|
simplify: true
|
|
dupl:
|
|
threshold: 600
|