Skip to content

Commit c7927bd

Browse files
authored
Merge pull request #2950 from alexandear/ci-cleanup-golangci-yml
ci: cleanup .golangci.yml by removing deprecated linters
2 parents 82aa2fa + 90780a4 commit c7927bd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.golangci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ linters:
3939
- errcheck
4040
- errorlint
4141
# - exhaustive
42-
# - exhaustivestruct
4342
# - exportloopref
4443
# - funlen
4544
- forbidigo
@@ -52,25 +51,19 @@ linters:
5251
# - gocyclo
5352
- godot
5453
# - godox
55-
# - goerr113
5654
- gofumpt
5755
# - goheader
58-
# - golint
59-
# - gomnd
6056
# - gomodguard
6157
# - goprintffuncname
62-
# - gosec (gas)
58+
# - gosec
6359
- gosimple
64-
# - interfacer
6560
# - lll
66-
# - maligned
6761
# - nestif
6862
# - nlreturn
6963
- noctx
7064
- nolintlint
7165
- perfsprint
7266
# - rowserrcheck
73-
# - scopelint
7467
# - sqlclosecheck
7568
- staticcheck
7669
# - stylecheck

0 commit comments

Comments
 (0)