Better os-string
flag
#10
Annotations
2 errors and 6 warnings
fourmolu
fourmolu detected unformatted files
|
hlint
HLint failed with status: 1. Warning (6)
|
hlint:
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"
|
hlint:
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"
|
hlint:
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"
|
hlint:
test/Properties/Include.hs#L37
Warning in tests in module Properties.PLATFORM_NAME: Redundant bracket ▫︎ Found: "(discover)" ▫︎ Perhaps: "discover"
|
hlint:
test/Properties/Include.hs#L37
Warning in tests in module Properties.Posix: Redundant bracket ▫︎ Found: "(discover)" ▫︎ Perhaps: "discover"
|
hlint:
test/Properties/Include.hs#L37
Warning in tests in module Properties.Windows: Redundant bracket ▫︎ Found: "(discover)" ▫︎ Perhaps: "discover"
|