Skip to content

Commit da1beff

Browse files
aledbfroboquat
authored andcommitted
Disable gokart
1 parent 8c9aae0 commit da1beff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defaultVariant:
2323
- "**/node_modules/**"
2424
config:
2525
go:
26-
lintCommand: ["sh", "-c", "gokart scan && golangci-lint run --disable govet,errcheck,typecheck,staticcheck --allow-parallel-runners --timeout 5m"]
26+
lintCommand: ["sh", "-c", "golangci-lint run --disable govet,errcheck,typecheck,staticcheck --allow-parallel-runners --timeout 5m"]
2727
variants:
2828
- name: oss
2929
srcs:

0 commit comments

Comments
 (0)