File tree 1 file changed +22
-24
lines changed 1 file changed +22
-24
lines changed Original file line number Diff line number Diff line change 1
- version : " 2"
1
+ formatters :
2
+ exclusions :
3
+ generated : strict
4
+
2
5
linters :
6
+ disable :
7
+ - unused
8
+
3
9
enable :
4
10
- misspell
5
11
- revive
6
12
- sloglint
7
- disable :
8
- - unused
9
- settings :
10
- errcheck :
11
- exclude-functions :
12
- - (net/http.ResponseWriter).Write
13
- revive :
14
- rules :
15
- - name : unused-parameter
16
- severity : warning
17
- disabled : true
13
+
18
14
exclusions :
19
- generated : lax
15
+ generated : strict
20
16
presets :
21
17
- comments
22
18
- common-false-positives
@@ -27,14 +23,16 @@ linters:
27
23
- errcheck
28
24
- govet
29
25
path : _test.go
30
- paths :
31
- - third_party$
32
- - builtin$
33
- - examples$
34
- formatters :
35
- exclusions :
36
- generated : lax
37
- paths :
38
- - third_party$
39
- - builtin$
40
- - examples$
26
+
27
+ settings :
28
+ errcheck :
29
+ exclude-functions :
30
+ - (net/http.ResponseWriter).Write
31
+
32
+ revive :
33
+ rules :
34
+ - name : unused-parameter
35
+ severity : warning
36
+ disabled : true
37
+
38
+ version : " 2"
You can’t perform that action at this time.
0 commit comments