Skip to content

Add .nexusignore to exclude Go tests from the code-nexus graph#13

Merged
iksnerd merged 1 commit into
mainfrom
chore/nexusignore
Jun 13, 2026
Merged

Add .nexusignore to exclude Go tests from the code-nexus graph#13
iksnerd merged 1 commit into
mainfrom
chore/nexusignore

Conversation

@iksnerd

@iksnerd iksnerd commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Adds a root .nexusignore (gitignore-style) so the code-nexus code-graph excludes Go test files and testdata/.

Why: with tests in the graph, top_connected / critical_files were dominated by Test* nodes and semantic search surfaced test entities over production symbols. Excluding *_test.go keeps call-graph / impact / dead-code analysis focused on production code. Tests still run via go test; navigation over tests is still available via grep/Read.

*_test.go
testdata/

🤖 Generated with Claude Code

Keeps call-graph / impact / dead-code analysis focused on production
code (tests still run via 'go test'). Also excludes testdata/.
@iksnerd iksnerd merged commit 9f5a38c into main Jun 13, 2026
1 check passed
@iksnerd iksnerd deleted the chore/nexusignore branch June 13, 2026 18:06
iksnerd added a commit that referenced this pull request Jun 21, 2026
Add .nexusignore to exclude Go tests from the code-nexus graph
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.

1 participant