Skip to content

Commit 3922d53

Browse files
committed
fix(selene): do not print a summary
Without this option, `pre-commit run selene --all-files` prints a summary for every file which creates lots of noise.
1 parent fcea916 commit 3922d53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hooks.nix

+1
Original file line numberDiff line numberDiff line change
@@ -3720,6 +3720,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
37203720
types = [ "lua" ];
37213721
package = tools.selene;
37223722
entry = "${hooks.selene.package}/bin/selene";
3723+
args = [ "--no-summary" ];
37233724
};
37243725
shellcheck =
37253726
{

0 commit comments

Comments
 (0)