Re: Add --check option to pgindent

Поиск
Список
Период
Сортировка
От Jelte Fennema-Nio
Тема Re: Add --check option to pgindent
Дата
Msg-id CAGECzQS0zOsf3+NTxZPpBaBm7vivJwfZ=n=Qq0x62mRhFq52vQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add --check option to pgindent  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: Add --check option to pgindent  (Jelte Fennema-Nio <postgres@jeltef.nl>)
Re: Add --check option to pgindent  ("Tristan Partin" <tristan@neon.tech>)
Re: Add --check option to pgindent  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Mon, 18 Dec 2023 at 13:42, Daniel Gustafsson <daniel@yesql.se> wrote:
> I think this is pretty much ready to go, the attached v4 squashes the changes
> and fixes the man-page which also needed an update.  The referenced Wiki page
> will need an edit or two after this goes in, but that's easy enough.

One thing I'm wondering: When both --check and --diff are passed,
should pgindent still early exit with 2 on the first incorrectly
formatted file? Or should it show diffs for all failing files? I'm
leaning towards the latter making more sense.

Related (but not required for this patch): For my pre-commit hook I
would very much like it if there was an option to have pgindent write
the changes to disk, but still exit non-zero, e.g. a --write flag that
could be combined with --check just like --diff and --check can be
combined with this patch. Currently my pre-commit hook need two
separate calls to pgindent to both abort the commit and write the
required changes to disk.



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

Предыдущее
От: Matthias van de Meent
Дата:
Сообщение: Re: Add --check option to pgindent
Следующее
От: Jelte Fennema-Nio
Дата:
Сообщение: Re: Add --check option to pgindent