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 b6fc1f5 commit a324ba8Copy full SHA for a324ba8
git/hooks/pre-commit
@@ -2,6 +2,8 @@
2
3
use strict;
4
use warnings;
5
+# Hack to use carton's local::lib.
6
+use lib 'local/lib/perl5';
7
8
use Code::TidyAll::Git::Precommit;
9
Code::TidyAll::Git::Precommit->check();
0 commit comments