Skip to content

Commit c647b1a

Browse files
authored
update golangci.yml to remove deprecation warnings (#64)
1 parent 763ad9e commit c647b1a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.golangci.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
run:
2-
skip-dirs:
3-
- test-cmds
42
timeout: 5m
53

64
linters:
@@ -18,16 +16,12 @@ linters:
1816
- gosec
1917
- gosimple
2018
- ineffassign
21-
- interfacer
22-
- maligned
2319
- noctx
2420
- staticcheck
25-
- structcheck
26-
- varcheck
2721

2822
linters-settings:
2923
errcheck:
30-
ignore: github.com/go-kit/kit/log:Log
24+
exclude-functions: github.com/go-kit/kit/log:Log
3125
gofmt:
3226
simplify: false
3327

@@ -37,3 +31,5 @@ issues:
3731
- linters:
3832
- paralleltest
3933
text: "does not use range value in test Run"
34+
exclude-dirs:
35+
- test-cmds

0 commit comments

Comments
 (0)