@@ -33,7 +33,6 @@ func TestLintersSettings_Validate(t *testing.T) {
3333 }
3434
3535 for _ , test := range testCases {
36- test := test
3736 t .Run (test .desc , func (t * testing.T ) {
3837 t .Parallel ()
3938
@@ -74,7 +73,6 @@ func TestLintersSettings_Validate_error(t *testing.T) {
7473 }
7574
7675 for _ , test := range testCases {
77- test := test
7876 t .Run (test .desc , func (t * testing.T ) {
7977 t .Parallel ()
8078
@@ -112,7 +110,6 @@ func TestCustomLinterSettings_Validate(t *testing.T) {
112110 }
113111
114112 for _ , test := range testCases {
115- test := test
116113 t .Run (test .desc , func (t * testing.T ) {
117114 t .Parallel ()
118115
@@ -144,7 +141,6 @@ func TestCustomLinterSettings_Validate_error(t *testing.T) {
144141 }
145142
146143 for _ , test := range testCases {
147- test := test
148144 t .Run (test .desc , func (t * testing.T ) {
149145 t .Parallel ()
150146
@@ -181,7 +177,6 @@ func TestGovetSettings_Validate(t *testing.T) {
181177 }
182178
183179 for _ , test := range testCases {
184- test := test
185180 t .Run (test .desc , func (t * testing.T ) {
186181 t .Parallel ()
187182
@@ -224,7 +219,6 @@ func TestGovetSettings_Validate_error(t *testing.T) {
224219 }
225220
226221 for _ , test := range testCases {
227- test := test
228222 t .Run (test .desc , func (t * testing.T ) {
229223 t .Parallel ()
230224
0 commit comments