Skip to content
Snippets Groups Projects
Verified Commit f4b90827 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- disabled perl critic warning

parent 3ddbc117
No related branches found
No related tags found
No related merge requests found
......@@ -509,7 +509,7 @@ sub execute {
return 1;
}
sub prepare_for_table($results, $ldp_projects) {
sub prepare_for_table($results, $ldp_projects) { ## no critic CognitiveComplexity::ProhibitExcessCognitiveComplexity
my @table;
foreach my $set (SETS) {
foreach my $aip_state (AIPSTATE) {
......@@ -533,7 +533,6 @@ sub prepare_for_table($results, $ldp_projects) {
foreach my $aip_state (AIPSTATE) {
foreach my $flavour (FLAVOURS) {
#$results{ldp_project}->{$ldp_project}->{flavour}->{(FLAVOURS)[FILES]}->{$aip_state}->{"file_extension $file_extension"}
foreach my $filter (sort keys %{$results->{ldp_project}->{$ldp_project}->{flavour}->{$flavour}->{$aip_state}}) {
# count size file
my $line;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment