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:
@ -18,15 +18,10 @@ import (
|
||||
type operation int
|
||||
|
||||
const (
|
||||
//nolint:stylecheck
|
||||
HWND_BROADCAST = 0xFFFF
|
||||
//nolint:stylecheck
|
||||
HWND_BROADCAST = 0xFFFF
|
||||
WM_SETTINGCHANGE = 0x001A
|
||||
//nolint:stylecheck
|
||||
SMTO_ABORTIFHUNG = 0x0002
|
||||
//nolint:stylecheck
|
||||
ERR_BAD_ARGS = 0x000A
|
||||
//nolint:stylecheck
|
||||
ERR_BAD_ARGS = 0x000A
|
||||
OPERATION_FAILED = 0x06AC
|
||||
|
||||
Environment = "Environment"
|
||||
|
Reference in New Issue
Block a user