@@ -33,7 +33,6 @@ func TestLintersSettings_Validate(t *testing.T) {
33
33
}
34
34
35
35
for _ , test := range testCases {
36
- test := test
37
36
t .Run (test .desc , func (t * testing.T ) {
38
37
t .Parallel ()
39
38
@@ -74,7 +73,6 @@ func TestLintersSettings_Validate_error(t *testing.T) {
74
73
}
75
74
76
75
for _ , test := range testCases {
77
- test := test
78
76
t .Run (test .desc , func (t * testing.T ) {
79
77
t .Parallel ()
80
78
@@ -112,7 +110,6 @@ func TestCustomLinterSettings_Validate(t *testing.T) {
112
110
}
113
111
114
112
for _ , test := range testCases {
115
- test := test
116
113
t .Run (test .desc , func (t * testing.T ) {
117
114
t .Parallel ()
118
115
@@ -144,7 +141,6 @@ func TestCustomLinterSettings_Validate_error(t *testing.T) {
144
141
}
145
142
146
143
for _ , test := range testCases {
147
- test := test
148
144
t .Run (test .desc , func (t * testing.T ) {
149
145
t .Parallel ()
150
146
@@ -181,7 +177,6 @@ func TestGovetSettings_Validate(t *testing.T) {
181
177
}
182
178
183
179
for _ , test := range testCases {
184
- test := test
185
180
t .Run (test .desc , func (t * testing.T ) {
186
181
t .Parallel ()
187
182
@@ -224,7 +219,6 @@ func TestGovetSettings_Validate_error(t *testing.T) {
224
219
}
225
220
226
221
for _ , test := range testCases {
227
- test := test
228
222
t .Run (test .desc , func (t * testing.T ) {
229
223
t .Parallel ()
230
224
0 commit comments