mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#11992)
This commit is contained in:
parent
81e828a114
commit
3ff7b4a85b
|
@ -1 +1 @@
|
|||
eb6146a7d3b5451bcf92dc9df5622bd093dad9d2
|
||||
2eb9688855b32f69186351bfef43fceb086125ac
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
service:
|
||||
# When updating this, also update the version stored in docker/build-tools/Dockerfile in the istio/tools repo.
|
||||
golangci-lint-version: 1.38.x # use the fixed version to not introduce new linters unexpectedly
|
||||
golangci-lint-version: 1.49.x # use the fixed version to not introduce new linters unexpectedly
|
||||
run:
|
||||
# timeout for analysis, e.g. 30s, 5m, default is 1m
|
||||
deadline: 20m
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
service:
|
||||
# When updating this, also update the version stored in docker/build-tools/Dockerfile in the istio/tools repo.
|
||||
golangci-lint-version: 1.38.x # use the fixed version to not introduce new linters unexpectedly
|
||||
golangci-lint-version: 1.49.x # use the fixed version to not introduce new linters unexpectedly
|
||||
run:
|
||||
# timeout for analysis, e.g. 30s, 5m, default is 1m
|
||||
deadline: 20m
|
||||
|
@ -34,7 +34,6 @@ run:
|
|||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
- deadcode
|
||||
- errcheck
|
||||
- exportloopref
|
||||
- gocritic
|
||||
|
@ -47,12 +46,11 @@ linters:
|
|||
- lll
|
||||
- misspell
|
||||
- staticcheck
|
||||
- structcheck
|
||||
- stylecheck
|
||||
- typecheck
|
||||
- unconvert
|
||||
- unparam
|
||||
- varcheck
|
||||
- unused
|
||||
- gci
|
||||
fast: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue