Add perlcritic test and make code comply
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Judge / Points.pm
index 26c19f9ab42ba2aee551b535f60d8264290285b6..66286b22806d4c3cdb35c3bf161355f79f30848e 100644 (file)
@@ -13,7 +13,7 @@ our $VERSION = '5999.000_004';
 ##################################################
 
 sub judge{
-       no warnings qw/numeric/;
+       no warnings qw/numeric/; ## no critic (ProhibitNoWarnings)
        get_logger->trace("Judging results: @_");
        my $points = sum 0, grep { !ref } @_;
        $points == 100 ? (result => AC, result_text => 'Accepted') : (result => REJ, result_text => "$points points", points => $points)
This page took 0.009917 seconds and 4 git commands to generate.