Skip to content

style: Format proto files with buf formatter#231

Merged
volokluev merged 3 commits intomainfrom
format-proto-files
Apr 29, 2026
Merged

style: Format proto files with buf formatter#231
volokluev merged 3 commits intomainfrom
format-proto-files

Conversation

@volokluev
Copy link
Copy Markdown
Member

Summary

  • Run buf format on all proto files to ensure consistent formatting

Changes

This PR formats 8 proto files in the billing services directory using the buf formatter configured in pre-commit hooks:

  • endpoint_get_billing_details.proto
  • endpoint_list_charges.proto
  • billing_config.proto
  • endpoint_create_contract.proto
  • endpoint_get_invoice.proto
  • endpoint_rollover_contract.proto
  • invoice.proto
  • endpoint_generate_pdf.proto

The changes are purely formatting - no functional changes to the proto definitions.

Test plan

  • Pre-commit hooks passed (buf lint, buf format)
  • No functional changes to proto definitions

🤖 Generated with Claude Code

Run buf format on all proto files to ensure consistent formatting across the codebase.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 29, 2026

The latest Buf updates on your PR. Results from workflow ci / buf-checks (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedApr 29, 2026, 11:20 PM

Enable format checking in the buf-checks job to ensure all proto files are properly formatted. This will reject PRs with unformatted proto files.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@volokluev volokluev merged commit 61bb2e1 into main Apr 29, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants