mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
ci: remove stylecheck linter
It is to be merged into staticcheck linter in golangci-lint v2.0.0. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@ -27,7 +27,7 @@ func (rn ResourceName) String() string {
|
||||
|
||||
// Cpu returns the Cpu limit if specified.
|
||||
//
|
||||
//nolint:revive,stylecheck
|
||||
//nolint:revive
|
||||
func (rl *ResourceList) Cpu() *resource.Quantity {
|
||||
return rl.Name(ResourceCPU, resource.DecimalSI)
|
||||
}
|
||||
|
Reference in New Issue
Block a user