-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INTMDB-233: Update linter version #506
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for doing this, wow this was really behind, I left a couple of nits that may be worth looking into before merging
.golangci.yml
Outdated
@@ -10,7 +10,7 @@ linters-settings: | |||
- octalLiteral | |||
govet: | |||
check-shadowing: true | |||
golint: | |||
revive: | |||
min-confidence: 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
min-confidence
is not a valid revive setting, https://github.com/mgechev/revive#configuration
Feel free to check the cli but we have some extra rules that don't come enabled by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated.
mongodbatlas/data_source_mongodbatlas_third_party_integration_test.go
Outdated
Show resolved
Hide resolved
|
||
export PATH := ./bin:$(PATH) | ||
export PATH := $(shell go env GOPATH)/bin:$(PATH) | ||
export SHELL := env PATH=$(PATH) /bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is required to use the PATH on MacOS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
LGTM! |
Description
Please include a summary of the fix/feature/change, including any relevant motivation and context.
Link to any related issue(s):
Type of change:
Required Checklist:
Further comments