1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

Back-patch "Stop requiring an explicit return from perl subroutines"

Back-patch commit 0516f94d18 to v12 and
v11.  Other back-patches will bring in code written to later standards.
Per buildfarm member crake.
This commit is contained in:
Noah Misch
2021-10-23 19:36:26 -07:00
parent df6158139f
commit 31d99bc794

View File

@ -12,7 +12,3 @@ theme = core
# allow octal constants with leading zeros # allow octal constants with leading zeros
[-ValuesAndExpressions::ProhibitLeadingZeros] [-ValuesAndExpressions::ProhibitLeadingZeros]
# for now raise severity of this to level 5
[Subroutines::RequireFinalReturn]
severity = 5