Skip to content

Commit bec56aa

Browse files
committed
Cleanup golangci-lint config
Remove obsolete confiugrations. Signed-off-by: SuperQ <[email protected]>
1 parent 6b359b1 commit bec56aa

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Diff for: .golangci.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,10 @@ linters:
44
- sloglint
55

66
run:
7-
deadline: 5m
8-
skip-files:
9-
# Skip autogenerated files.
10-
- ^.*\.(pb|y)\.go$
7+
timeout: 5m
118

129
issues:
1310
exclude-rules:
1411
- path: _test.go
1512
linters:
1613
- errcheck
17-
18-
linters-settings:
19-
errcheck:
20-
exclude-functions:
21-
# Used in HTTP handlers, any error is handled by the server itself.
22-
- (net/http.ResponseWriter).Write

0 commit comments

Comments
 (0)