Skip to content

fix: remove tdakkota/asciicheck from go.mod - #6

Merged
KarolisL merged 2 commits into
mainfrom
asciicheck
Sep 18, 2026
Merged

KarolisL merged 2 commits into
mainfrom
asciicheck

Conversation

@KarolisL

@KarolisL KarolisL commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

The asciicheck package was renamed from github.com/tdakkota/asciicheck to github.com/golangci/asciicheck. Having both paths in the go workspace causes a fatal 'used for two different module paths' error in go generate.

The package is not imported by any Go code in this module — it was an indirect linter tooling dependency.

The asciicheck package was renamed from github.com/tdakkota/asciicheck to
github.com/golangci/asciicheck. Having both paths in the go workspace causes
a fatal 'used for two different module paths' error in go generate.

The package is not imported by any Go code in this module — it was an
indirect linter tooling dependency.

Co-Authored-By: Kimchi <noreply@kimchi.dev>
@kimchi-review

kimchi-review Bot commented Sep 4, 2026 •

Copy link
Copy Markdown

Kimchi Code Review

Property Value
Commit 86e2036
Author @KarolisL
Files changed 1
Review status Completed
Comments 1 (1 info)
Duration 57s

Summary

📊 Review Score: 92/100 (overall code quality — 0 lowest, 100 highest)
⏱️ Estimated effort to review: 1/5 (1 = trivial, 5 = very complex)

🧪 Tests: no — No test files were modified; the change is a dependency cleanup in go.mod.

📝 Found 1 issue(s). See inline comments for details.

What to expect

Kimchi will analyze the changes in this pull request and post:

  • A summary of the overall changes
  • Inline comments on specific lines with findings categorized by issue type

The review typically completes within a few minutes. This comment will be updated once the review is ready.

Interact with Kimchi
  • @getkimchi review — re-trigger a full review on the latest commit
  • @getkimchi summary — regenerate the PR summary
  • @getkimchi ignore — skip this PR (no review will be posted)
  • Reply to any inline comment to ask follow-up questions or request clarification
Configuration

Reviews are configured by your organization admin.
Review instructions, excluded directories, and severity thresholds can be adjusted per repository in the Kimchi dashboard.


Powered by Kimchi — AI-powered code review by CAST AI

@kimchi-review kimchi-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📊 Review Score: 92/100 (overall code quality — 0 lowest, 100 highest)
⏱️ Estimated effort to review: 1/5 (1 = trivial, 5 = very complex)

🧪 Tests: no — No test files were modified; the change is a dependency cleanup in go.mod.

📝 Found 1 issue(s). See inline comments for details.

Comment thread go.mod
@KarolisL
KarolisL merged commit 30a7242 into main Sep 18, 2026
1 check passed
@KarolisL
KarolisL deleted the asciicheck branch September 18, 2026 15:07
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