Skip to content

Commit 271642e

Browse files
committed
Temporarily disable import check in CI
1 parent 1134a1f commit 271642e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- run:
2626
name: Check Go format
2727
command: "! go fmt -l . | read"
28-
- run:
29-
name: Check Go imports
30-
command: "result=$(! goimports -l .); [ -z $result ] || (echo $result; exit 1)"
28+
# - run:
29+
# name: Check Go imports
30+
# command: "result=$(! goimports -l .); [ -z $result ] || (echo $result; exit 1)"
3131

3232
# Run all Go tests.
3333
go-test:

0 commit comments

Comments
 (0)