We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b1af6 commit 54c1e10Copy full SHA for 54c1e10
git/hooks/pre-commit
@@ -2,8 +2,12 @@
2
3
use strict;
4
use warnings;
5
+
6
# Hack to use carton's local::lib.
7
use lib 'local/lib/perl5';
8
9
use Code::TidyAll::Git::Precommit;
-Code::TidyAll::Git::Precommit->check();
10
+Code::TidyAll::Git::Precommit->check(
11
+ no_stash => 1,
12
+ tidyall_options => { verbose => $ENV{TIDYALL_VERBOSE} // 0 },
13
+);
0 commit comments