Make perlcritic only look in lib (to avoid checking scripts)
[gruntmaster-daemon.git] / t / perlcritic.t
CommitLineData
99d37110
MG
1#!/usr/bin/perl
2use v5.14;
3use warnings;
4
5use Test::More;
6
7BEGIN { plan skip_all => '$ENV{RELEASE_TESTING} is false' unless $ENV{RELEASE_TESTING} }
8use Test::Perl::Critic -profile => 't/perlcriticrc';
9
c428f2c4 10all_critic_ok 'lib'
This page took 0.008939 seconds and 4 git commands to generate.