blob: 11f479a5a1847ed97df2f0853a19bbad194baf13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
######################################################################
#
# src/tools/perlcheck/perlcriticrc
#
# config file for perlcritic for Postgres project
#
#####################################################################
severity = 5
theme = core
# allow octal constants with leading zeros
[-ValuesAndExpressions::ProhibitLeadingZeros]
|