Restyle pb/action #171
Annotations
1 error and 2 warnings
|
src/Restyler/PullRequestSpec.hs#L41
Warning in parser in module Restyler.PullRequestSpec: Functor law ▫︎ Found: "PullRequestSpec\n <$> (mkName Proxy . pack <$> manyTill nonSpace (char '/'))" ▫︎ Perhaps: "(PullRequestSpec Unsafe.. mkName Proxy . pack\n Unsafe.<$> manyTill nonSpace (char '/'))"
|
src/Restyler/Restrictions.hs#L54
Warning in parseOverrides in module Restyler.Restrictions: Functor law ▫︎ Found: "Restrictions\n <$>\n (fmap not\n <$> lastSwitch \"NO_NET_NONE\" \"Run restylers without --net=none\")" ▫︎ Perhaps: "(Restrictions . fmap not\n <$> lastSwitch \"NO_NET_NONE\" \"Run restylers without --net=none\")"
|
This job failed
Loading