Automator: update common-files@master in istio/istio.io@master (#9844)

This commit is contained in:
Istio Automation 2021-05-25 10:57:27 -07:00 committed by GitHub
parent 22b9e09e11
commit 8c3d5f80ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
6dd7adf938419af5876a29c2b7922ee9feac9c1f
113cffa1db6902f54432c3c42083db2f6385d4c9

View File

@ -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.27.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.38.x # use the fixed version to not introduce new linters unexpectedly
run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
deadline: 20m

View File

@ -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.27.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.38.x # use the fixed version to not introduce new linters unexpectedly
run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
deadline: 20m
@ -37,6 +37,7 @@ linters:
enable:
- deadcode
- errcheck
- exportloopref
- gocritic
- gofumpt
- goimports