Skip to content

Regenerate CI with Ubuntu Jammy #1

Regenerate CI with Ubuntu Jammy

Regenerate CI with Ubuntu Jammy #1

Triggered via push July 5, 2024 23:39
Status Failure
Total duration 19s
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 (18)
hlint: src/Linear/Matrix.hs#L414
Suggestion in inv44 in module Linear.Matrix: Parenthesize unary negation ▫︎ Found: "- i01 * c5" ▫︎ Perhaps: "- (i01 * c5)"
hlint: src/Linear/Matrix.hs#L416
Suggestion in inv44 in module Linear.Matrix: Parenthesize unary negation ▫︎ Found: "- i21 * s5" ▫︎ Perhaps: "- (i21 * s5)"
hlint: src/Linear/Matrix.hs#L417
Suggestion in inv44 in module Linear.Matrix: Parenthesize unary negation ▫︎ Found: "- i10 * c5" ▫︎ Perhaps: "- (i10 * c5)"
hlint: src/Linear/Matrix.hs#L419
Suggestion in inv44 in module Linear.Matrix: Parenthesize unary negation ▫︎ Found: "- i30 * s5" ▫︎ Perhaps: "- (i30 * s5)"
hlint: src/Linear/Matrix.hs#L422
Suggestion in inv44 in module Linear.Matrix: Parenthesize unary negation ▫︎ Found: "- i00 * c4" ▫︎ Perhaps: "- (i00 * c4)"
hlint: src/Linear/Matrix.hs#L424
Suggestion in inv44 in module Linear.Matrix: Parenthesize unary negation ▫︎ Found: "- i20 * s4" ▫︎ Perhaps: "- (i20 * s4)"
hlint: src/Linear/Matrix.hs#L425
Suggestion in inv44 in module Linear.Matrix: Parenthesize unary negation ▫︎ Found: "- i10 * c3" ▫︎ Perhaps: "- (i10 * c3)"
hlint: src/Linear/Matrix.hs#L427
Suggestion in inv44 in module Linear.Matrix: Parenthesize unary negation ▫︎ Found: "- i30 * s3" ▫︎ Perhaps: "- (i30 * s3)"
hlint: src/Linear/Projection.hs#L48
Suggestion in lookAt in module Linear.Projection: Parenthesize unary negation ▫︎ Found: "- za ^. _x" ▫︎ Perhaps: "- (za ^. _x)"
hlint: src/Linear/Projection.hs#L48
Suggestion in lookAt in module Linear.Projection: Parenthesize unary negation ▫︎ Found: "- za ^. _y" ▫︎ Perhaps: "- (za ^. _y)"