mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
07b05616a0
Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) from 1.26.2 to 1.27.2. - [Release notes](https://github.com/kubernetes/kubernetes/releases) - [Commits](https://github.com/kubernetes/kubernetes/compare/v1.26.2...v1.27.2) --- updated-dependencies: - dependency-name: k8s.io/kubernetes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
794 B
YAML
51 lines
794 B
YAML
linters-settings:
|
|
govet:
|
|
check-shadowing: true
|
|
gocyclo:
|
|
min-complexity: 30
|
|
maligned:
|
|
suggest-new: true
|
|
dupl:
|
|
threshold: 100
|
|
goconst:
|
|
min-len: 2
|
|
min-occurrences: 4
|
|
paralleltest:
|
|
ignore-missing: true
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- maligned
|
|
- lll
|
|
- gochecknoglobals
|
|
- godox
|
|
- gocognit
|
|
- whitespace
|
|
- wsl
|
|
- funlen
|
|
- gochecknoglobals
|
|
- gochecknoinits
|
|
- scopelint
|
|
- wrapcheck
|
|
- exhaustivestruct
|
|
- exhaustive
|
|
- nlreturn
|
|
- testpackage
|
|
- gci
|
|
- gofumpt
|
|
- goerr113
|
|
- gomnd
|
|
- tparallel
|
|
- nestif
|
|
- godot
|
|
- errorlint
|
|
- varcheck
|
|
- interfacer
|
|
- deadcode
|
|
- golint
|
|
- ifshort
|
|
- structcheck
|
|
- nosnakecase
|
|
- varnamelen
|
|
- exhaustruct
|