Skip to content

Commit 9f60f35

Browse files
committed
buildkite: disable linting
refs #360
1 parent 49d9452 commit 9f60f35

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.buildkite/script/test.sh

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ do_vet(){
2121
}
2222

2323
do_lint(){
24-
echo "--- :building_construction: installing lint deps"
25-
make lintdeps-install
24+
echo "--- :rotating_light: lint disabled. see #360"
2625

27-
echo "--- :mag: linting"
28-
make test-lint || {
29-
echo "--- :rotating_light: excessive lint errors"
30-
}
26+
# echo "--- :building_construction: installing lint deps"
27+
# make lintdeps-install
28+
29+
# echo "--- :mag: linting"
30+
# make test-lint || {
31+
# echo "--- :rotating_light: excessive lint errors"
32+
# }
3133
}
3234

3335
do_tests(){

0 commit comments

Comments
 (0)