Better os-string
flag
#9
Annotations
1 error and 6 warnings
|
os-string-aeson-internal/System/OsString/Aeson/Internal/Include.hs#L54
Warning in module System.OsString.Aeson.Internal.PLATFORM_NAME: Use fewer imports ▫︎ Found: "import System.IO ( TextEncoding )\nimport System.IO ( utf8 )\n" ▫︎ Perhaps: "import System.IO ( TextEncoding, utf8 )\n"
|
os-string-aeson-internal/System/OsString/Aeson/Internal/Include.hs#L54
Warning in module System.OsString.Aeson.Internal.Posix: Use fewer imports ▫︎ Found: "import System.IO ( TextEncoding )\nimport System.IO ( utf8 )\n" ▫︎ Perhaps: "import System.IO ( TextEncoding, utf8 )\n"
|
os-string-aeson-internal/System/OsString/Aeson/Internal/Include.hs#L54
Warning in module System.OsString.Aeson.Internal.Windows: Use fewer imports ▫︎ Found: "import System.IO ( TextEncoding )\nimport System.IO ( utf16le )\n" ▫︎ Perhaps: "import System.IO ( TextEncoding, utf16le )\n"
|
test/Properties/Include.hs#L37
Warning in tests in module Properties.PLATFORM_NAME: Redundant bracket ▫︎ Found: "(discover)" ▫︎ Perhaps: "discover"
|
test/Properties/Include.hs#L37
Warning in tests in module Properties.Posix: Redundant bracket ▫︎ Found: "(discover)" ▫︎ Perhaps: "discover"
|
test/Properties/Include.hs#L37
Warning in tests in module Properties.Windows: Redundant bracket ▫︎ Found: "(discover)" ▫︎ Perhaps: "discover"
|
This job failed
Loading