1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/tests/style/perltidy.t
2018-03-09 00:35:04 +02:00

14 lines
316 B
Perl

#!/usr/bin/perl
use strict;
use warnings;
if ( $ENV{FCS_TEST_SKIP_PERLTIDY} )
{
require Test::More;
Test::More::plan( 'skip_all' =>
"Skipping perltidy test because FCS_TEST_SKIP_PERLTIDY was set" );
}
require Test::Code::TidyAll;
Test::Code::TidyAll::tidyall_ok( conf_file => ".tidyallrc", );