[PATCH] Clear up perlcritic 'missing return' warning

Поиск
Список
Период
Сортировка
От Mike Blackwell
Тема [PATCH] Clear up perlcritic 'missing return' warning
Дата
Msg-id CAESHdJpfFm_9wQnQ3koY3c91FoRQsO-fh02za9R3OEMndOn84A@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] Clear up perlcritic 'missing return' warning  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
This is the first in a series of patches to reduce the number of warnings from perlcritic.   The current plan is to submit a separate patch for each warning or small set of related warnings, to make reviewing more straightforward.

This particular patch addresses the warning caused by falling off the end of a subroutine rather than explicitly returning.  It also contains additions to the perlcritic configuration file to ignore a couple of warnings that seem acceptable, bringing it in line with the buildfarm's configuration for those warnings.

Thanks to Andrew for assistance getting my environment set up.

Mike Blackwell
Вложения

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

Предыдущее
От: Euler Taveira
Дата:
Сообщение: Re: Add --include-table-data-where option to pg_dump, to export onlya subset of table data
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Postgres, fsync, and OSs (specifically linux)