Skip to content

Make .golangci.yml directly runnable with golangci-lint v2#18

Merged
ametel01 merged 1 commit into
mainfrom
fix/7-golangci-yml-directly-runnable
Mar 14, 2026
Merged

Make .golangci.yml directly runnable with golangci-lint v2#18
ametel01 merged 1 commit into
mainfrom
fix/7-golangci-yml-directly-runnable

Conversation

@ametel01
Copy link
Copy Markdown
Owner

Summary

  • Remove the obsolete gosimple linter entry from .golangci.yml (merged into staticcheck in golangci-lint v2).
  • Delete hack/run-golangci-lint.sh wrapper that existed solely to work around this.
  • Update Makefile to call golangci-lint run directly.

Test plan

  • golangci-lint run works directly from the repo root without the wrapper
  • make verify passes (fmt, vet, lint, test, build, vulncheck)

Closes #7

🤖 Generated with Claude Code

Remove the obsolete gosimple linter entry (merged into staticcheck in
v2), delete the hack/run-golangci-lint.sh wrapper that existed solely
to strip it, and call golangci-lint run directly from the Makefile.

Closes #7

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 14, 2026

Warning

Rate limit exceeded

@ametel01 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 14 minutes and 25 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 014ff2c4-ae5a-4088-9cb7-08dbbd1d849a

📥 Commits

Reviewing files that changed from the base of the PR and between 581aaab and f90fed6.

📒 Files selected for processing (4)
  • .golangci.yml
  • CHANGELOG.md
  • Makefile
  • hack/run-golangci-lint.sh
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/7-golangci-yml-directly-runnable
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ametel01 ametel01 merged commit 55eb7aa into main Mar 14, 2026
4 checks passed
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.

Make .golangci.yml directly runnable with the supported lint flow

1 participant