mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
20 lines
444 B
Plaintext
20 lines
444 B
Plaintext
######################################################################
|
|
#
|
|
# src/tools/perlcheck/perlcriticrc
|
|
#
|
|
# config file for perlcritic for Postgres project
|
|
#
|
|
#####################################################################
|
|
|
|
severity = 5
|
|
|
|
theme = core
|
|
|
|
# allow octal constants with leading zeros
|
|
[-ValuesAndExpressions::ProhibitLeadingZeros]
|
|
|
|
# for now raise severity of this to level 5
|
|
[Subroutines::RequireFinalReturn]
|
|
severity = 5
|
|
|