pgsql: Print policy name in perlcritic messages - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Print policy name in perlcritic messages
Date
Msg-id E1jO1Ly-0008Ms-51@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Print policy name in perlcritic messages

This makes it easier to do a web search for details of the policy that's
been violated, as well as displaying the name that might be needed for a
policy override.

Various perlcritic settings changes are being discussed, but this one
should be uncontroversial.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8930e43ecd3f683c457865131d7a932401a2188f

Modified Files
--------------
src/tools/perlcheck/perlcriticrc | 6 ++++++
1 file changed, 6 insertions(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Rename pg_validatebackup to pg_verifybackup some more.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Use perl warnings pragma consistently