Skip to content

Commit d7a39e3

Browse files
committed
golangci-lint: remove unsupported config option and replace tenv with usetesting
1 parent 20ceecd commit d7a39e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ linters:
4646
- rowserrcheck
4747
- staticcheck
4848
- stylecheck
49-
- tenv
5049
- thelper
5150
- typecheck
5251
- unconvert
5352
- unparam
5453
- unused
5554
- usestdlibvars
55+
- usetesting
5656
- whitespace
5757

5858
linters-settings:
@@ -118,7 +118,6 @@ linters-settings:
118118
alias: ipamv1
119119
nolintlint:
120120
allow-unused: false
121-
allow-leading-space: false
122121
require-specific: true
123122
revive:
124123
rules:

0 commit comments

Comments
 (0)