Merge namecoin/ncdns#164: Cirrus: Disable nosnakecase linter

d217639620 Cirrus: Disable nosnakecase linter (Jeremy Rand)

Pull request description:

Top commit has no ACKs.

Tree-SHA512: 9c7cd2a13698c188dc5b671de2b89d3d1ee52ef52ee9f58ebd48dede5626fae8a152aa2c8f9d44cbdc38d85a3dd17c698b4fcae8537d107cfa5b76fbc22f039c
pull/167/head
Jeremy Rand 2 years ago
commit e34e684cb6
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -52,7 +52,8 @@ task:
- go mod tidy
lint_script:
- cd $(go env GOPATH)/src/github.com/$CIRRUS_REPO_FULL_NAME/
- golangci-lint run --enable-all --disable execinquery,exhaustruct,gochecknoglobals,gomnd,interfacer $GOLANGCI_ARGS $GOLANGCI_MODULES_ARGS -v --timeout 5m --out-format json > $CIRRUS_WORKING_DIR/lint-report.json
# nosnakecase complains about stdlib API's that we can't change.
- golangci-lint run --enable-all --disable execinquery,exhaustruct,gochecknoglobals,gomnd,interfacer,nosnakecase $GOLANGCI_ARGS $GOLANGCI_MODULES_ARGS -v --timeout 5m --out-format json > $CIRRUS_WORKING_DIR/lint-report.json
matrix:
- name: "Go Lint $GOOS New$MODULES_NAME"
env:

Loading…
Cancel
Save