Add separate HLint workflow #2
Annotations
1 error and 10 warnings
Run HLint (lens-properties)
HLint failed with status: 1. Suggestion (26)
|
Run HLint (lens-properties):
lens-properties/src/Control/Lens/Properties.hs#L77
Suggestion in setter_id in module Control.Lens.Properties: Use camelCase ▫︎ Found: "setter_id :: Eq s => Setter' s a -> s -> Bool" ▫︎ Perhaps: "setterId :: Eq s => Setter' s a -> s -> Bool"
|
Run HLint (lens-properties):
lens-properties/src/Control/Lens/Properties.hs#L78
Suggestion in setter_id in module Control.Lens.Properties: Use camelCase ▫︎ Found: "setter_id l s = ..." ▫︎ Perhaps: "setterId l s = ..."
|
Run HLint (lens-properties):
lens-properties/src/Control/Lens/Properties.hs#L81
Suggestion in setter_composition in module Control.Lens.Properties: Use camelCase ▫︎ Found: "setter_composition ::\n Eq s => Setter' s a -> s -> Fun a a -> Fun a a -> Bool" ▫︎ Perhaps: "setterComposition ::\n Eq s => Setter' s a -> s -> Fun a a -> Fun a a -> Bool"
|
Run HLint (lens-properties):
lens-properties/src/Control/Lens/Properties.hs#L82
Suggestion in setter_composition in module Control.Lens.Properties: Use camelCase ▫︎ Found: "setter_composition l s (Fun _ f) (Fun _ g) = ..." ▫︎ Perhaps: "setterComposition l s (Fun _ f) (Fun _ g) = ..."
|
Run HLint (lens-properties):
lens-properties/src/Control/Lens/Properties.hs#L84
Suggestion in lens_set_view in module Control.Lens.Properties: Use camelCase ▫︎ Found: "lens_set_view :: Eq s => Lens' s a -> s -> Bool" ▫︎ Perhaps: "lensSetView :: Eq s => Lens' s a -> s -> Bool"
|
Run HLint (lens-properties):
lens-properties/src/Control/Lens/Properties.hs#L85
Suggestion in lens_set_view in module Control.Lens.Properties: Use camelCase ▫︎ Found: "lens_set_view l s = ..." ▫︎ Perhaps: "lensSetView l s = ..."
|
Run HLint (lens-properties):
lens-properties/src/Control/Lens/Properties.hs#L87
Suggestion in lens_view_set in module Control.Lens.Properties: Use camelCase ▫︎ Found: "lens_view_set :: Eq a => Lens' s a -> s -> a -> Bool" ▫︎ Perhaps: "lensViewSet :: Eq a => Lens' s a -> s -> a -> Bool"
|
Run HLint (lens-properties):
lens-properties/src/Control/Lens/Properties.hs#L88
Suggestion in lens_view_set in module Control.Lens.Properties: Use camelCase ▫︎ Found: "lens_view_set l s a = ..." ▫︎ Perhaps: "lensViewSet l s a = ..."
|
Run HLint (lens-properties):
lens-properties/src/Control/Lens/Properties.hs#L90
Suggestion in setter_set_set in module Control.Lens.Properties: Use camelCase ▫︎ Found: "setter_set_set :: Eq s => Setter' s a -> s -> a -> a -> Bool" ▫︎ Perhaps: "setterSetSet :: Eq s => Setter' s a -> s -> a -> a -> Bool"
|
Run HLint (lens-properties):
lens-properties/src/Control/Lens/Properties.hs#L91
Suggestion in setter_set_set in module Control.Lens.Properties: Use camelCase ▫︎ Found: "setter_set_set l s a b = ..." ▫︎ Perhaps: "setterSetSet l s a b = ..."
|
Loading