Skip to content

Commit 289e09e

Browse files
committed
Revert shadow linting changes
1 parent 643ec4c commit 289e09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
timeout: 15m
2+
timeout: 5m
33
allow-parallel-runners: true
44
linters:
55
enable:
@@ -27,7 +27,7 @@ linters-settings:
2727
gosec:
2828
exclude-generated: true
2929
govet:
30-
enable:
30+
disable:
3131
- shadow
3232
errorlint:
3333
# Allow formatting of errors without %w

0 commit comments

Comments
 (0)