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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Exclude files in .git from list of perl files
Дата
Msg-id E1fSoTl-0005YB-KJ@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix bugs in vacuum of shared rels,by keeping their relcache ent
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: pgsql: Convert debug message from ereport to elog