Skip to content

Apply clang-format to resolve CI formatting violations#68

Merged
swethasukumarr merged 3 commits into
developfrom
fix/actions.intent
Jun 3, 2026
Merged

Apply clang-format to resolve CI formatting violations#68
swethasukumarr merged 3 commits into
developfrom
fix/actions.intent

Conversation

@swethasukumarr
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 2, 2026 19:14
@swethasukumarr swethasukumarr changed the title fix(actions): apply clang-format to resolve CI formatting violations Apply clang-format to resolve CI formatting violations Jun 2, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR applies clang-format-style adjustments to address CI formatting violations across the generated Actions API surface and its associated tests.

Changes:

  • Normalized brace placement and indentation for namespaces/classes in the Actions interface and implementation.
  • Reordered includes to match formatting/lint expectations.
  • Reformatted unit/component test code (line wrapping, blank line removal) without changing behavior.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
test/unit/actionsGeneratedTest.cpp Reorders includes and reformats EXPECT_CALL/lambda formatting to satisfy style checks.
test/component/actionsGeneratedTest.cpp Removes trailing blank line/whitespace to align with formatting rules.
src/json_types/actions.h Reorders includes and normalizes namespace brace style.
src/actions_impl.h Normalizes namespace/class brace placement to match formatting conventions.
src/actions_impl.cpp Reformats constructor initializer list and method brace placement (no logic change).
include/firebolt/actions.h Reorders includes and reformats interface braces/method formatting for consistency.

# Conflicts:
#	test/unit/actionsGeneratedTest.cpp
Copilot AI review requested due to automatic review settings June 2, 2026 19:39
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/ci.yml
@swethasukumarr swethasukumarr merged commit dc350bd into develop Jun 3, 2026
14 checks passed
@swethasukumarr swethasukumarr deleted the fix/actions.intent branch June 3, 2026 01:25
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants