Skip to content

[tidy] Format Go test files with gofmt#1772

Merged
pelikhan merged 1 commit intomainfrom
tidy-code-formatting-20251016-003937-ae08b5b61409d866
Oct 16, 2025
Merged

[tidy] Format Go test files with gofmt#1772
pelikhan merged 1 commit intomainfrom
tidy-code-formatting-20251016-003937-ae08b5b61409d866

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Code Formatting Changes

This PR applies Go formatting (gofmt) to 5 test files that had inconsistent formatting.

Files Modified

  • pkg/cli/secrets_test.go
  • pkg/parser/mcp_test.go
  • pkg/parser/schema_test.go
  • pkg/workflow/copilot_mcp_http_integration_test.go
  • pkg/workflow/mcp_http_headers_test.go

Changes Made

  1. Formatting: Ran make fmt to apply Go formatting standards
  2. Linting: Verified all linting checks pass (make lint)
  3. Workflow Compilation: Recompiled all workflows successfully (make recompile)
  4. Testing: All tests pass (make test)

Validation Results

✅ Code formatting applied
✅ No linting issues
✅ All workflows compiled (64/64 successful)
✅ All tests passing

These changes are purely cosmetic formatting improvements with no functional changes to the code.

AI generated by Tidy

- Applied Go formatting to 5 test files
- pkg/cli/secrets_test.go
- pkg/parser/mcp_test.go
- pkg/parser/schema_test.go
- pkg/workflow/copilot_mcp_http_integration_test.go
- pkg/workflow/mcp_http_headers_test.go

All tests pass and linting is clean.
@pelikhan pelikhan merged commit 4e2579d into main Oct 16, 2025
4 checks passed
@pelikhan pelikhan deleted the tidy-code-formatting-20251016-003937-ae08b5b61409d866 branch October 16, 2025 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant