From 1cb7ef1a562ad90d964915bfb1e1555d55ecd9dc Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 22 Apr 2024 23:59:57 +0200 Subject: [PATCH] lint --- .golangci.yml | 4 ---- 1 file changed, 4 deletions(-) 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."