Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6dd7adf938419af5876a29c2b7922ee9feac9c1f
113cffa1db6902f54432c3c42083db2f6385d4c9
2 changes: 1 addition & 1 deletion common/config/.golangci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion common/config/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -37,6 +37,7 @@ linters:
enable:
- deadcode
- errcheck
- exportloopref
- gocritic
- gofumpt
- goimports
Expand Down