Showing 2 of 2 total issues
Use newtype instead of data Open
Open
data Config = Config { configIncludes :: [FilePath] }
- Read upRead up
- Exclude checks
Found
data Config = Config {configIncludes :: [FilePath]}
Perhaps
newtype Config = Config {configIncludes :: [FilePath]}
Applying this change:
- decreases laziness
TODO found Open
Open
, issueContent :: Text -- TODO: Markdown type
- Exclude checks