Allow jobs to have return values, which get persisted in the DB #142
Annotations
1 error and 4 warnings
hlint
HLint failed with status: 1. Suggestion (4)
|
hlint:
src/OddJobs/Job.hs#L301
Suggestion in saveJobIO in module OddJobs.Job: Redundant bracket ▫︎ Found: "a1 PGS.:. (Only jobId)" ▫︎ Perhaps: "a1 PGS.:. Only jobId"
|
hlint:
src/OddJobs/Migrations.hs#L82
Suggestion in createJobTableInternal in module OddJobs.Migrations: Redundant bracket ▫︎ Found: "(Only tname) PGS.:. a1" ▫︎ Perhaps: "Only tname PGS.:. a1"
|
hlint:
src/OddJobs/Job/Query.hs#L100
Suggestion in concatJobDbColumnsWorkflow in module OddJobs.Job.Query: Redundant where ▫︎ Found: "where"
|
hlint:
test/Test.hs#L413
Suggestion in testJobResults in module Test: Redundant bracket ▫︎ Found: "cfg {Job.cfgImmediateJobDeletion = (const $ pure False)}" ▫︎ Perhaps: "cfg {Job.cfgImmediateJobDeletion = const $ pure False}"
|
The logs for this run have expired and are no longer available.
Loading