Skip to content

Commit 0848029

Browse files
committed
golangci: disable typecheck due to errors with go1.13
1 parent 484bac7 commit 0848029

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ linters:
1313
- gochecknoinits
1414
- gochecknoglobals
1515
- lll
16+
- typecheck
1617
linters-settings:
1718
gocritic:
1819
disabled-checks:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ before_script:
2727
- git fetch
2828

2929
# Install golangci-lint
30-
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.16.0
30+
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.17.1
3131

3232
# Download test data
3333
- pushd test/cs-demos && git lfs pull -I '*' && popd

0 commit comments

Comments
 (0)