summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Misch2021-10-24 02:36:26 +0000
committerNoah Misch2021-10-24 02:36:30 +0000
commit31d99bc794a634e3f1b648cf3e71cdbc39eb2fa1 (patch)
treebdaa70b301990ca92b3c1810c146f40bb6ed3323
parentdf6158139f646f71ca5159d5ce173c11b06bb29d (diff)
Back-patch "Stop requiring an explicit return from perl subroutines"
Back-patch commit 0516f94d18c57cc5dce72ff8fb84a05d24a67063 to v12 and v11. Other back-patches will bring in code written to later standards. Per buildfarm member crake.
-rw-r--r--src/tools/perlcheck/perlcriticrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/perlcheck/perlcriticrc b/src/tools/perlcheck/perlcriticrc
index 12c09a453e7..11f479a5a18 100644
--- a/src/tools/perlcheck/perlcriticrc
+++ b/src/tools/perlcheck/perlcriticrc
@@ -12,7 +12,3 @@ theme = core
# allow octal constants with leading zeros
[-ValuesAndExpressions::ProhibitLeadingZeros]
-
-# for now raise severity of this to level 5
-[Subroutines::RequireFinalReturn]
-severity = 5