Skip to content

got rid of workflowEnabled feature flag #145

got rid of workflowEnabled feature flag

got rid of workflowEnabled feature flag #145

Triggered via push November 19, 2023 09:59
Status Failure
Total duration 18s
Artifacts

hlint.yml

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

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}"