Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions execution/engine/config_factory_federation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,3 +453,4 @@
product: Product!
}`
)

Check failure on line 456 in execution/engine/config_factory_federation_test.go

View workflow job for this annotation

GitHub Actions / Linters (1.25)

File is not properly formatted (gci)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

CI lint failure (gci) still unresolved for this file.

Please run import/format normalization for this file to satisfy the gci check.

🧰 Tools
🪛 GitHub Check: Linters (1.25)

[failure] 456-456:
File is not properly formatted (gci)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@execution/engine/config_factory_federation_test.go` at line 456, The test
file's imports are not formatted to satisfy gci; run the import/format
normalization tool (gci or goimports + gofmt -s) on the federation config
factory test file, reorder imports into the standard gci groups, remove any
unused imports, re-run `gofmt`/`goimports` to ensure formatting, and commit the
updated file so the gci linter passes (look for the test function named
TestConfigFactoryFederation to locate the file if needed).

Loading
Loading