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:
@@ -103,7 +103,7 @@ func setCPU(s *Spec) {
|
||||
}
|
||||
}
|
||||
|
||||
//nolint:deadcode,nolintlint,unused // not used on all platforms
|
||||
//nolint:nolintlint,unused // not used on all platforms
|
||||
func setCPUWindows(s *Spec) {
|
||||
setResourcesWindows(s)
|
||||
if s.Windows != nil {
|
||||
|
||||
Reference in New Issue
Block a user