]> Dogcows Code - chaz/git-codeowners/blob - xt/author/critic.t
Version 0.41
[chaz/git-codeowners] / xt / author / critic.t
1 #!perl
2
3 use strict;
4 use warnings;
5
6 use Test::Perl::Critic (-profile => "perlcritic.rc") x!! -e "perlcritic.rc";
7 all_critic_ok();
This page took 0.034091 seconds and 4 git commands to generate.