File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,11 @@ issues:
23
23
- path : _test\.go
24
24
linters :
25
25
- bodyclose
26
- - dupl
27
26
# '0' disables the following options.
28
27
max-issues-per-linter : 0
29
28
max-same-issues : 0
30
29
31
30
linters-settings :
32
- dupl :
33
- # Tokens count to trigger issue, 150 by default.
34
- threshold : 100
35
31
errcheck :
36
32
# Report about assignment of errors to blank identifier.
37
33
check-blank : true
@@ -135,7 +131,6 @@ linters:
135
131
- bodyclose
136
132
- containedctx
137
133
- copyloopvar
138
- - dupl
139
134
- dupword
140
135
- durationcheck
141
136
- errcheck
Original file line number Diff line number Diff line change @@ -41,15 +41,11 @@ issues:
41
41
- path: _test\.go
42
42
linters:
43
43
- bodyclose
44
- - dupl
45
44
# '0' disables the following options.
46
45
max-issues-per-linter: 0
47
46
max-same-issues: 0
48
47
49
48
linters-settings:
50
- dupl:
51
- # Tokens count to trigger issue, 150 by default.
52
- threshold: 100
53
49
errcheck:
54
50
# Report about assignment of errors to blank identifier.
55
51
check-blank: true
@@ -166,7 +162,6 @@ linters:
166
162
- bodyclose
167
163
- containedctx
168
164
- copyloopvar
169
- - dupl
170
165
- dupword
171
166
- durationcheck
172
167
- errcheck
You can’t perform that action at this time.
0 commit comments