mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +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:
@ -16,12 +16,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
//nolint:stylecheck
|
||||
MB_ICONWARNING = 0x00000030
|
||||
//nolint:stylecheck
|
||||
MB_OK = 0x00000000
|
||||
//nolint:stylecheck
|
||||
MB_DEFBUTTON1 = 0x00000000
|
||||
MB_OK = 0x00000000
|
||||
MB_DEFBUTTON1 = 0x00000000
|
||||
)
|
||||
|
||||
const KernelWarning = "WSL Kernel installation did not complete successfully. " +
|
||||
|
Reference in New Issue
Block a user