Skip to content

Commit 7c49ca1

Browse files
author
Lorenz Kästle
committed
Update linter config
1 parent 5e67fe8 commit 7c49ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
run:
22
timeout: 5m
3-
skip-files:
3+
4+
issues.exclude-files:
45
- '(.+)_test\.go'
56

67
linters:
@@ -14,7 +15,6 @@ linters:
1415
- wsl
1516
- exportloopref
1617
disable:
17-
- scopelint
1818
presets:
1919
- bugs
2020
- unused

0 commit comments

Comments
 (0)