diff --git a/.golangci.yml b/.golangci.yml index ceb366933..ff46ef1c0 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -387,7 +387,3 @@ issues: - linters: - nonamedreturns text: "named return .* with type .* found" - - - linters: - - staticcheck - text: "csdaemon.NotifySystemd is deprecated: Use Notify instead."