Skip to content

Allow jobs to have return values, which get persisted in the DB #142

Allow jobs to have return values, which get persisted in the DB

Allow jobs to have return values, which get persisted in the DB #142

Triggered via pull request October 11, 2023 11:22
Status Failure
Total duration 18s
Artifacts

hlint.yml

on: pull_request
hlint-3.5
9s
hlint-3.5
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
hlint-3.5
HLint failed with status: 1. Suggestion (4)
hlint-3.5: 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-3.5: 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-3.5: src/OddJobs/Job/Query.hs#L100
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}"