Cirrus: Disable interfacer linter

Deprecated by golangci-linter since v1.38.0.
pull/145/head
Jeremy Rand 3 years ago
parent 8cc2c19bdb
commit 47f7861075
No known key found for this signature in database
GPG Key ID: FD7550C2EB800711

@ -37,7 +37,7 @@ task:
- go mod tidy
lint_script:
- cd $(go env GOPATH)/src/github.com/$CIRRUS_REPO_FULL_NAME/
- golangci-lint run --enable-all --disable gochecknoglobals,gomnd $GOLANGCI_ARGS -v --timeout 5m --out-format json > $CIRRUS_WORKING_DIR/lint-report.json
- golangci-lint run --enable-all --disable gochecknoglobals,gomnd,interfacer $GOLANGCI_ARGS -v --timeout 5m --out-format json > $CIRRUS_WORKING_DIR/lint-report.json
matrix:
- name: Go Lint $GOOS New
env:

Loading…
Cancel
Save