Make perlcritic only look in lib (to avoid checking scripts)
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 8 Feb 2015 14:23:45 +0000 (16:23 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 8 Feb 2015 14:23:45 +0000 (16:23 +0200)
t/perlcritic.t

index 51bad9d4b9da35ed51792fd4fe3f2ae67bbc425c..79e93dcebc8dd8abc6aa444cb5645be912289cbb 100644 (file)
@@ -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'
This page took 0.010787 seconds and 4 git commands to generate.