Add BF member koel-like indentation checks to SanityCheck CI

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Add BF member koel-like indentation checks to SanityCheck CI
Дата
Msg-id CALj2ACWMupLTuD+bWfr2oBsNDpFJiuFaCK17S3Ty0YJbywdSfA@mail.gmail.com
обсуждение исходный текст
Ответы Add code indentation check to cirrus-ci (was Re: Add BF member koel-like indentation checks to SanityCheck CI)  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Re: Add BF member koel-like indentation checks to SanityCheck CI  (John Naylor <johncnaylorls@gmail.com>)
Список pgsql-hackers
Hi,

How about adding code indent checks (like what BF member koel has) to
the SanityCheck CI task? This helps catch indentation problems way
before things are committed so that developers can find them out in
their respective CI runs and lets developers learn the postgres code
indentation stuff. It also saves committers time - git log | grep
'koel' | wc -l gives me 11 commits and git log | grep 'indentation' |
wc -l gives me 97. Most, if not all of these commits went into fixing
code indentation problems that could have been reported a bit early
and fixed by developers/patch authors themselves.

Thoughts?

--
Bharath Rupireddy
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Requiring recovery.signal or standby.signal when recovering with a backup_label
Следующее
От: Pavel Borisov
Дата:
Сообщение: Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.