You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file configures github.com/golangci/golangci-lint.
2
-
1
+
version: "2"
3
2
run:
4
-
timeout: 10m
5
3
tests: true
6
-
7
4
linters:
8
-
presets:
9
-
- bugs
10
-
- error
11
-
- unused
12
-
- performance
5
+
enable:
6
+
- asasalint
7
+
- asciicheck
8
+
- bidichk
9
+
- bodyclose
10
+
- durationcheck
11
+
- fatcontext
12
+
- gochecksumtype
13
+
- gocritic
14
+
- gosmopolitan
15
+
- loggercheck
16
+
- nilnesserr
17
+
- perfsprint
18
+
- prealloc
19
+
- reassign
20
+
- rowserrcheck
21
+
- spancheck
22
+
- sqlclosecheck
23
+
- testifylint
24
+
- unconvert
25
+
- wastedassign
26
+
- zerologlint
13
27
disable:
14
-
- gosec # enable it after 1-2 weeks. it failing CI withoutt enough info to fix: https://github.com/erigontech/erigon/actions/runs/5928644129/job/16074701625
0 commit comments