]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Back-patch "Stop requiring an explicit return from perl subroutines"
authorNoah Misch <noah@leadboat.com>
Sun, 24 Oct 2021 02:36:26 +0000 (19:36 -0700)
committerNoah Misch <noah@leadboat.com>
Sun, 24 Oct 2021 02:36:30 +0000 (19:36 -0700)
Back-patch commit 0516f94d18c57cc5dce72ff8fb84a05d24a67063 to v12 and
v11.  Other back-patches will bring in code written to later standards.
Per buildfarm member crake.

src/tools/perlcheck/perlcriticrc

index 12c09a453e77b9611002da4fb20da05bc93d360b..11f479a5a1847ed97df2f0853a19bbad194baf13 100644 (file)
@@ -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