1
0
Fork 0

Add fourmolu lint

This commit is contained in:
Malte 2022-11-06 03:18:05 +01:00
parent 52ee09f2e8
commit c4312508bb
2 changed files with 3 additions and 2 deletions

View file

@ -137,8 +137,8 @@ main = do
<> link ("compare/" <> branchCommit <> "..." <> commitId commit) (show (length changes) <> " commits")
<> m " to "
<> commitHTML commit
)
: [m "Including the PRs: " <> intercalateMsgPlain ", " (fmap prHTML prs) | not $ null prs]
) :
[m "Including the PRs: " <> intercalateMsgPlain ", " (fmap prHTML prs) | not $ null prs]
Nothing -> do
putTextLn $ "Initiated database for branch " <> branch <> " at " <> fst (commitHTML commit)
pure Nothing

View file

@ -51,6 +51,7 @@
statix.enable = true;
cabal-fmt.enable = true;
shellcheck.enable = true;
fourmolu.enable = true;
};
};
};