Skip to content

Regenerate CI

Regenerate CI #1

Triggered via push October 18, 2024 10:48
Status Failure
Total duration 23s
Artifacts

hlint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
hlint
HLint failed with status: 1. Suggestion (14)
hlint: src/Numeric/AD/Newton.hs#L248
Suggestion in iHat in module Numeric.AD.Newton: Parenthesize unary negation ▫︎ Found: "- 1 / auto t" ▫︎ Perhaps: "- (1 / auto t)"
hlint: include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Dense: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
hlint: include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Forward: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
hlint: include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Kahn: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
hlint: include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Reverse: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
hlint: include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Sparse: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
hlint: include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Tower: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
hlint: include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Dense.Representable: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
hlint: include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Forward.Double: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
hlint: include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Kahn.Double: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"