-
Notifications
You must be signed in to change notification settings - Fork 356
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
chore: enable more Go linters #8333
Conversation
✅ Deploy Preview for determined-ui canceled.
|
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.
looks good thanks for organizing these
@@ -84,79 +84,66 @@ linters-settings: | |||
linters: |
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.
do you have a resolved list of which ones are effectively moving out of the disabled list through this PR?
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.
Yep should be
bidichk
containedctx
decorder
durationcheck
errname
exhaustruct
gofumpt
gosimple
grouper
importas
makezero
nilerr
noctx
tenv
tparallel
usestdlibvars
6a0c73f
to
04f5dc4
Compare
Admin merging over failing test_launch_layer_mnist |
Description
Enables and sorts remaining linters left to be enabled.
Please review the EE changes commit here https://github.com/determined-ai/determined-ee/pull/1118
Test Plan
CI passes
Commentary (optional)
Checklist
docs/release-notes/
.See Release Note for details.
Ticket