We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484bac7 commit 0848029Copy full SHA for 0848029
.golangci.yml
@@ -13,6 +13,7 @@ linters:
13
- gochecknoinits
14
- gochecknoglobals
15
- lll
16
+ - typecheck
17
linters-settings:
18
gocritic:
19
disabled-checks:
.travis.yml
@@ -27,7 +27,7 @@ before_script:
27
- git fetch
28
29
# Install golangci-lint
30
- - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.16.0
+ - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.17.1
31
32
# Download test data
33
- pushd test/cs-demos && git lfs pull -I '*' && popd
0 commit comments