update golangci-lint to v1.49.0
Also remove "nolint" comments for deadcode, which is deprecated, and removed from the defaults. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -19,6 +19,6 @@ package progress
|
||||
const (
|
||||
escape = "\x1b"
|
||||
reset = escape + "[0m"
|
||||
red = escape + "[31m" //nolint:deadcode,nolintlint,unused,varcheck
|
||||
red = escape + "[31m" //nolint:nolintlint,unused,varcheck
|
||||
green = escape + "[32m"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user