pgsql: Exclude files in .git from list of perl files

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Exclude files in .git from list of perl files
Date: 2018-06-12 18:57:17
Message-ID: E1fSoTl-0005YB-KJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Exclude files in .git from list of perl files

The .git directory might contain perl files, as hooks, for example.
Since we have no control over these they should be excluded from things
like our perlcritic checks.

Per offline report from Mike Blackwell.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e3eb8be77ef82ccc8f87c515f96d01bf7c726ca8

Modified Files
--------------
src/tools/perlcheck/find_perl_files | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2018-06-13 00:13:54 Re: pgsql: Convert debug message from ereport to elog
Previous Message Andres Freund 2018-06-12 18:31:13 pgsql: Fix bugs in vacuum of shared rels, by keeping their relcache ent