Skip to content

Commit 7a4d352

Browse files
committed
test(go): Disable golangci-lint for faster test runs
1 parent dcde5ef commit 7a4d352

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

test/go/scenarios.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,47 +20,53 @@
2020
"image": "archlinux:latest",
2121
"features": {
2222
"go": {
23-
"installAir": true
23+
"installAir": true,
24+
"golangciLintVersion": "none"
2425
}
2526
}
2627
},
2728
"install_cobra_cli": {
2829
"image": "archlinux:latest",
2930
"features": {
3031
"go": {
31-
"installCobraCli": true
32+
"installCobraCli": true,
33+
"golangciLintVersion": "none"
3234
}
3335
}
3436
},
3537
"install_go_releaser": {
3638
"image": "archlinux:latest",
3739
"features": {
3840
"go": {
39-
"installGoReleaser": true
41+
"installGoReleaser": true,
42+
"golangciLintVersion": "none"
4043
}
4144
}
4245
},
4346
"install_gox": {
4447
"image": "archlinux:latest",
4548
"features": {
4649
"go": {
47-
"installGox": true
50+
"installGox": true,
51+
"golangciLintVersion": "none"
4852
}
4953
}
5054
},
5155
"install_ko": {
5256
"image": "archlinux:latest",
5357
"features": {
5458
"go": {
55-
"installKo": true
59+
"installKo": true,
60+
"golangciLintVersion": "none"
5661
}
5762
}
5863
},
5964
"install_yaegi": {
6065
"image": "archlinux:latest",
6166
"features": {
6267
"go": {
63-
"installYaegi": true
68+
"installYaegi": true,
69+
"golangciLintVersion": "none"
6470
}
6571
}
6672
}

0 commit comments

Comments
 (0)