-
Notifications
You must be signed in to change notification settings - Fork 822
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
Bump golangci-lint to v1.18.0 #354
Conversation
AppVeyor has been left alone as it only supports Go 0.12.3 which is broken for Windows
For science
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.
Awesome bump-de-bump!
tACK - local CI update to 1.18 and build/run
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.
Might be outside the scope but
Line 13 in 0b69b9c
GO111MODULE=on go get $(GCTPKG) |
is redundant because to even execute this make file you already have GCT (either via go get which would have already pulled the files down) or cloning the repo
Same with the "get" make target
Other than that tested no linter issues
Approved
Will do that in a separate makefile update as I wish to add more flags to it for engine (protobuff generation, version override and a few other things) |
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.
Tested, approved, no lint errors 🍨 🌹 🚌
config/config.go
Outdated
case "d": | ||
c.NTPClient.Level = -1 | ||
resp = "Future notications for out time sync have been disabled" |
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.
notications -> notifications
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.
Update pushed 👍
Description
Bumps golangci-lint to v1.18.0
AppVeyor only supports Go 0.12.3 for Windows and 0.12.7 on Linux, though I assume their stack will be updated shortly.
Type of change
How Has This Been Tested?
go test ./... -race and CI
Checklist: