Skip to content

Commit

Permalink
update deprecated golangci setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed May 2, 2024
1 parent c43c83a commit aafef51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ issues:
exclude-rules:
- text: 'shadow: declaration of "(err|ctx)" shadows declaration at'
linters: [ govet ]
exclude-dirs-use-default: false

linters-settings:
govet:
Expand Down Expand Up @@ -88,5 +89,4 @@ linters-settings:

run:
timeout: 10m
concurrency: 4
skip-dirs-use-default: false
concurrency: 4

0 comments on commit aafef51

Please sign in to comment.