anchoring & freezeAxes bug #245
Annotations
1 error and 5 warnings
|
src/Chart/Hud.hs#L639
Warning in freezeAxes in module Chart.Hud: Use <|> ▫︎ Found: "maybe dbm Just dbm'" ▫︎ Perhaps: "dbm' Control.Applicative.<|> dbm"
|
src/Chart/Hud.hs#L907
Suggestion in tickText_ in module Chart.Hud: Redundant bracket ▫︎ Found: "(placeSides pl (view #buffer s) sb)\n + (textPos pl (view #style s) (view #buffer s))" ▫︎ Perhaps: "placeSides pl (view #buffer s) sb\n + (textPos pl (view #style s) (view #buffer s))"
|
src/Chart/Hud.hs#L907
Suggestion in tickText_ in module Chart.Hud: Redundant bracket ▫︎ Found: "(placeSides pl (view #buffer s) sb)\n + (textPos pl (view #style s) (view #buffer s))" ▫︎ Perhaps: "(placeSides pl (view #buffer s) sb)\n + textPos pl (view #style s) (view #buffer s)"
|
src/Chart/Primitive.hs#L605
Suggestion in beside in module Chart.Primitive: Parenthesize unary negation ▫︎ Found: "- wneg {_x = zero} |* anc" ▫︎ Perhaps: "- (wneg {_x = zero} |* anc)"
|
src/Chart/Primitive.hs#L606
Suggestion in beside in module Chart.Primitive: Parenthesize unary negation ▫︎ Found: "- wneg {_x = zero} |* anc" ▫︎ Perhaps: "- (wneg {_x = zero} |* anc)"
|
This job failed
Loading