Skip to content

Commit

Permalink
Disable typecheck while it's bugged
Browse files Browse the repository at this point in the history
  • Loading branch information
akyoto committed Sep 4, 2019
1 parent a041ef3 commit 44644fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- go get ./...
- go build ./...
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
- golangci-lint run --enable dupl --enable goconst --enable gocritic --enable misspell --enable prealloc --enable unconvert --enable unparam
- golangci-lint run --enable dupl --enable goconst --enable gocritic --enable misspell --enable prealloc --enable unconvert --enable unparam --disable typecheck
- go test -v -race -coverprofile=coverage.txt ./...

- name: coverage
Expand Down

0 comments on commit 44644fc

Please sign in to comment.