Skip to content

Commit ff879b2

Browse files
authored
Merge pull request #569 from bmrips/selene
fix(selene): do not print a summary
2 parents 85eaf0e + 1cd5759 commit ff879b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hooks.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3769,6 +3769,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
37693769
types = [ "lua" ];
37703770
package = tools.selene;
37713771
entry = "${hooks.selene.package}/bin/selene";
3772+
args = [ "--no-summary" ];
37723773
};
37733774
shellcheck =
37743775
{

0 commit comments

Comments
 (0)