1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00
Files
postgres/src/tools/perlcheck/perlcriticrc
2018-06-11 14:54:28 -04:00

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