Skip to content

Improve CI and README - #13

Merged
TomasVotruba merged 1 commit into
mainfrom
improve-ci-readme
Sep 13, 2026
Merged

TomasVotruba merged 1 commit into
mainfrom
improve-ci-readme

Conversation

@TomasVotruba

Copy link
Copy Markdown
Member

CI

Small additions to the build workflow, still one job:

  • go test -race for the concurrency-free but reflection-heavy walkers.
  • go mod tidy check to keep go.mod/go.sum honest.
  • gofmt step now prints the diff on failure.

README

Rewritten to be readable and example-driven:

  • A worked before/after with the actual CLI output.
  • Extra short diffs for functions/constructors, nullable, and the ambiguous-skip case.
  • Clear "how it works" (collect / resolve / apply) and a "scope" section spelling out the literal-only, statically-resolvable limits.

Add race detection and a go mod tidy check to the build workflow.
Rewrite the README with a worked before/after example, the CLI output
and clearer sections on how the tool works.
@TomasVotruba
TomasVotruba merged commit 33a0de3 into main Sep 13, 2026
1 check passed
@TomasVotruba
TomasVotruba deleted the improve-ci-readme branch September 13, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant