Skip to content

Commit a91d5d9

Browse files
committed
update golangci-lint v1.45.2 to v1.50.0
1 parent d2dce15 commit a91d5d9

File tree

5 files changed

+3
-37
lines changed

5 files changed

+3
-37
lines changed

.githooks/pre-commit-local

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,5 @@ jobs:
3535
- name: golangci-lint
3636
uses: golangci/golangci-lint-action@v3
3737
with:
38-
version: v1.45.2
38+
version: v1.50.0
3939
working-directory: ./tencentcloud
40-
41-
42-

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,14 @@ issues:
1010
linters:
1111
disable-all: true
1212
enable:
13-
- deadcode
1413
- errcheck
1514
- gofmt
1615
- gosimple
1716
- ineffassign
1817
- misspell
1918
- staticcheck
20-
- structcheck
2119
- unconvert
2220
- unused
23-
- varcheck
2421
- vet
2522

2623
linters-settings:

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ lint:
108108
tools:
109109
GO111MODULE=on cd .ci/tools && go install github.com/bflad/tfproviderlint/cmd/tfproviderlint && cd ../..
110110
GO111MODULE=on cd .ci/tools && go install github.com/client9/misspell/cmd/misspell && cd ../..
111-
GO111MODULE=on cd .ci/tools && go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.45.2 && cd ../..
111+
GO111MODULE=on cd .ci/tools && go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.0 && cd ../..
112112

113113
test-compile:
114114
@if [ "$(TEST)" = "./..." ]; then \

vendor/github.com/quasilyte/gogrep/Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)