Skip to content

Commit

Permalink
Temporarily disable import check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikbraun committed Oct 22, 2021
1 parent 1134a1f commit 271642e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- run:
name: Check Go format
command: "! go fmt -l . | read"
- run:
name: Check Go imports
command: "result=$(! goimports -l .); [ -z $result ] || (echo $result; exit 1)"
# - run:
# name: Check Go imports
# command: "result=$(! goimports -l .); [ -z $result ] || (echo $result; exit 1)"

# Run all Go tests.
go-test:
Expand Down

0 comments on commit 271642e

Please sign in to comment.