got rid of workflowEnabled feature flag #145
Annotations
1 error and 3 warnings
hlint-3.5
HLint failed with status: 1. Suggestion (3)
|
hlint-3.5:
src/OddJobs/Migrations.hs#L85
Suggestion in createJobTableInternal in module OddJobs.Migrations: Redundant bracket ▫︎ Found: "(Only tname) PGS.:. a1" ▫︎ Perhaps: "Only tname PGS.:. a1"
|
hlint-3.5:
src/OddJobs/Job/Query.hs#L102
Suggestion in concatJobDbColumnsWorkflow in module OddJobs.Job.Query: Redundant where ▫︎ Found: "where"
|
hlint-3.5:
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}"
|