File tree 1 file changed +13
-24
lines changed 1 file changed +13
-24
lines changed Original file line number Diff line number Diff line change 1
- version : " 2"
2
1
linters :
2
+ disable :
3
+ - unused
3
4
enable :
4
5
- misspell
5
6
- revive
6
7
- 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
18
8
exclusions :
19
- generated : lax
9
+ generated : strict
20
10
presets :
21
11
- comments
22
12
- common-false-positives
@@ -27,14 +17,13 @@ linters:
27
17
- errcheck
28
18
- govet
29
19
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$
20
+ settings :
21
+ errcheck :
22
+ exclude-functions :
23
+ - (net/http.ResponseWriter).Write
24
+ revive :
25
+ rules :
26
+ - name : unused-parameter
27
+ severity : warning
28
+ disabled : true
29
+ version : " 2"
You can’t perform that action at this time.
0 commit comments