Skip to content

Conversation

blgm
Copy link
Collaborator

@blgm blgm commented Jul 4, 2025

The CodeQL tool is complaining:

Unable to extract some Go projects
The following 1 Go project could not be extracted successfully:
ginkgo/performance/\_fixtures/performance\_fixture

Looks like some corruption around files starting with "_". By renaming "_fixtures" to "testdata" we achieve the aim of being ignored by the Go toolchain while having a friendlier name.

The CodeQL tool is complaining:
```
Unable to extract some Go projects
The following 1 Go project could not be extracted successfully:
ginkgo/performance/\_fixtures/performance\_fixture
```

Looks like some corruption around files starting with "_". By renaming
"_fixtures" to "testdata" we achieve the aim of being ignored by the Go
toolchain while having a friendlier name.
@blgm blgm marked this pull request as draft July 4, 2025 15:04
@onsi
Copy link
Owner

onsi commented Aug 22, 2025

hey @blgm - CI went red on this change. do you mind taking a look when you've got some time?

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