Skip to content

Commit

Permalink
update golangci.yml to remove deprecation warnings (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackattack01 authored Nov 4, 2024
1 parent 763ad9e commit c647b1a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
run:
skip-dirs:
- test-cmds
timeout: 5m

linters:
Expand All @@ -18,16 +16,12 @@ linters:
- gosec
- gosimple
- ineffassign
- interfacer
- maligned
- noctx
- staticcheck
- structcheck
- varcheck

linters-settings:
errcheck:
ignore: github.com/go-kit/kit/log:Log
exclude-functions: github.com/go-kit/kit/log:Log
gofmt:
simplify: false

Expand All @@ -37,3 +31,5 @@ issues:
- linters:
- paralleltest
text: "does not use range value in test Run"
exclude-dirs:
- test-cmds

0 comments on commit c647b1a

Please sign in to comment.