-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format sources #475
Format sources #475
Conversation
This reverts commit 7e11cf6.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #475 +/- ##
==========================================
- Coverage 84.98% 84.87% -0.11%
==========================================
Files 3 3
Lines 1292 1296 +4
Branches 197 198 +1
==========================================
+ Hits 1098 1100 +2
Misses 98 98
- Partials 96 98 +2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds Makefile targets that format sources according to PG rules and CI workflow that checks that opened pull request has formatted sources (CI fails if sources are not formatted).
https://wiki.postgresql.org/wiki/Running_pgindent_on_non-core_code_or_development_code
https://github.com/postgres/postgres/blob/master/src/tools/pgindent/README