Bug 17770: Improve perlcritic level
[koha.git] / t / db_dependent / 00-strict.t
index 7869591..3b16d4c 100644 (file)
@@ -14,11 +14,11 @@ my @dirs = ( 'acqui', 'admin', 'authorities', 'basket',
     'edithelp.pl', 'errors', 'fix-perl-path.PL', 'help.pl', 'installer',
     'koha_perl_deps.pl', 'kohaversion.pl', 'labels',
     'mainpage.pl', 'Makefile.PL', 'members', 'misc', 'offline_circ', 'opac',
-    'patroncards', 'reports', 'reserve', 'resetversion.pl', 'reviews',
+    'patroncards', 'reports', 'reserve', 'reviews',
     'rewrite-config.PL', 'rotating_collections', 'serials', 'services', 'skel',
-    'sms', 'suggestion', 'svc', 'tags', 'tools', 'virtualshelves' );
+    'suggestion', 'svc', 'tags', 'tools', 'virtualshelves' );
 
 $Test::Strict::TEST_STRICT = 0;
-$Test::Strict::TEST_SKIP = [ 'misc/kohalib.pl', 'sms/sms_listen_windows_start.pl' ];
+$Test::Strict::TEST_SKIP = [ 'misc/kohalib.pl', 'misc/plack/koha.psgi' ];
 
 all_perl_files_ok(@dirs);