remove no lint

This commit is contained in:
rmanach 2025-04-03 21:51:34 +02:00
parent b3c2c40fe8
commit 3e6dcd0b33

View File

@ -180,7 +180,7 @@ func waitForCompletion(deployers []deployers.IDeployer, s *scheduler.Scheduler)
return errors.Join(errs...) return errors.Join(errs...)
} }
func main() { //nolint: funlen // TODO: to rework func main() {
ctx, fnCancel := signal.NotifyContext( ctx, fnCancel := signal.NotifyContext(
context.Background(), context.Background(),
os.Interrupt, os.Interrupt,