wilfred-s commented on pull request #368: URL: https://github.com/apache/incubator-yunikorn-core/pull/368#issuecomment-1027400572
@steinsgateted can you please check the lint failure? It is probably a real simple thing which can be fixed by running `goimports -w pkg/metrics/queue.go` from the command line or via the IDE. goimports is a bit more stringent than gofmt and anything that passes goimports also passes the lint checks for gofmt BTW: to install goimports if you do not have it use: `go install golang.org/x/tools/cmd/goimports@latest` to install -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
