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

- disabled perl critic warning

parent f4b90827
Branches
Tags
No related merge requests found
...@@ -553,7 +553,7 @@ sub prepare_for_table($results, $ldp_projects) { ## no critic CognitiveComplexit ...@@ -553,7 +553,7 @@ sub prepare_for_table($results, $ldp_projects) { ## no critic CognitiveComplexit
return \@headers, \@table; return \@headers, \@table;
} }
sub print_humanreadable_report ($results) { sub print_humanreadable_report ($results) { ## no critic CognitiveComplexity::ProhibitExcessCognitiveComplexity
say <<"RPTHEADER"; say <<"RPTHEADER";
:lang: en :lang: en
:doctype: article :doctype: article
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment