mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +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:
@ -20,7 +20,7 @@ type SpecData struct {
|
||||
}
|
||||
|
||||
func TestDualStackSplit(t *testing.T) {
|
||||
//nolint:revive,stylecheck
|
||||
//nolint:revive
|
||||
const (
|
||||
IP4_ALL = "0.0.0.0"
|
||||
IP4__LO = "127.0.0.1"
|
||||
|
Reference in New Issue
Block a user