Allow immediate & delayed job deletion #124
Annotations
1 error and 2 warnings
|
test/Test.hs#L386
Suggestion in testJobResults in module Test: Redundant bracket ▫︎ Found: "cfg {Job.cfgImmediateJobDeletion = (const $ pure False)}" ▫︎ Perhaps: "cfg {Job.cfgImmediateJobDeletion = const $ pure False}"
|
test/Test.hs#L657
Suggestion in setup' in module Test: Redundant bracket ▫︎ Found: "cfg\n {Job.cfgDefaultMaxAttempts = 1,\n Job.cfgConcurrencyControl = Job.ResourceLimits resCfg,\n Job.cfgImmediateJobDeletion = (const $ pure False)}" ▫︎ Perhaps: "cfg\n {Job.cfgDefaultMaxAttempts = 1,\n Job.cfgConcurrencyControl = Job.ResourceLimits resCfg,\n Job.cfgImmediateJobDeletion = const $ pure False}"
|
The logs for this run have expired and are no longer available.
Loading