serokell/importify

View on GitHub

Showing 8 of 8 total issues

Unused LANGUAGE pragma
Open

{-# LANGUAGE MultiParamTypeClasses #-}
Severity: Minor
Found in src/Importify/Environment.hs by hlint

Unused LANGUAGE pragma
Open

{-# LANGUAGE ExplicitForAll #-}
Severity: Minor
Found in src/Importify/Stack.hs by hlint

Use unwords
Open

printComments = intercalate " " . map ((" " ++) . printComment)
Severity: Minor
Found in src/Importify/Pretty.hs by hlint

Unused LANGUAGE pragma
Open

{-# LANGUAGE ExplicitForAll #-}
Severity: Minor
Found in src/Importify/Main/Cache.hs by hlint

Unused LANGUAGE pragma
Open

{-# LANGUAGE ExplicitForAll #-}
Severity: Minor
Found in src/Importify/Preprocessor.hs by hlint

Unused LANGUAGE pragma
Open

{-# LANGUAGE ExplicitForAll #-}
Severity: Minor
Found in src/Importify/Resolution/Qualified.hs by hlint

Redundant fmap
Open

byModuleName = maybe True isImportNeeded
. fmap dropAnn
. qualifiedName
Severity: Minor
Found in src/Importify/Resolution/Qualified.hs by hlint

Use =<<
Open

join (errorForcer <$> parseModuleAfterCPP extensions includeFiles pathToModule)
Severity: Minor
Found in src/Importify/Preprocessor.hs by hlint
Severity
Category
Status
Source
Language