remove no lint
This commit is contained in:
parent
b3c2c40fe8
commit
3e6dcd0b33
2
main.go
2
main.go
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user