chore(lint): use Go stdlib variables for HTTP methods and status codes #10932
Annotations
7 errors
command/agent/node_pool_endpoint.go#L16
"GET" can be replaced by http.MethodGet (usestdlibvars)
|
command/agent/node_pool_endpoint.go#L18
"PUT" can be replaced by http.MethodPut (usestdlibvars)
|
command/agent/node_pool_endpoint.go#L41
"GET" can be replaced by http.MethodGet (usestdlibvars)
|
command/agent/node_pool_endpoint.go#L43
"PUT" can be replaced by http.MethodPut (usestdlibvars)
|
command/agent/node_pool_endpoint.go#L45
"DELETE" can be replaced by http.MethodDelete (usestdlibvars)
|
command/agent/variable_endpoint.go#L16
"GET" can be replaced by http.MethodGet (usestdlibvars)
|
|
The logs for this run have expired and are no longer available.
Loading