Skip to content

Commit

Permalink
Revert shadow linting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Jan 7, 2025
1 parent 643ec4c commit 289e09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
timeout: 15m
timeout: 5m
allow-parallel-runners: true
linters:
enable:
Expand Down Expand Up @@ -27,7 +27,7 @@ linters-settings:
gosec:
exclude-generated: true
govet:
enable:
disable:
- shadow
errorlint:
# Allow formatting of errors without %w
Expand Down

0 comments on commit 289e09e

Please sign in to comment.