From 3e6dcd0b3319715af23c2d5de0e051cce1a37551 Mon Sep 17 00:00:00 2001 From: rmanach Date: Thu, 3 Apr 2025 21:51:34 +0200 Subject: [PATCH] remove no lint --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e55ff04..6ea224f 100644 --- a/main.go +++ b/main.go @@ -180,7 +180,7 @@ func waitForCompletion(deployers []deployers.IDeployer, s *scheduler.Scheduler) return errors.Join(errs...) } -func main() { //nolint: funlen // TODO: to rework +func main() { ctx, fnCancel := signal.NotifyContext( context.Background(), os.Interrupt,