From c428f2c4b2a81912d7b5bb1db71aceb7c2b4546c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 8 Feb 2015 16:23:45 +0200 Subject: [PATCH] Make perlcritic only look in lib (to avoid checking scripts) --- t/perlcritic.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/perlcritic.t b/t/perlcritic.t index 51bad9d..79e93dc 100644 --- a/t/perlcritic.t +++ b/t/perlcritic.t @@ -7,4 +7,4 @@ use Test::More; BEGIN { plan skip_all => '$ENV{RELEASE_TESTING} is false' unless $ENV{RELEASE_TESTING} } use Test::Perl::Critic -profile => 't/perlcriticrc'; -all_critic_ok +all_critic_ok 'lib' -- 2.30.2