Remove the outdated golangci-lint makefile target#1688
Remove the outdated golangci-lint makefile target#1688Neon-White merged 1 commit intonoobaa:masterfrom
golangci-lint makefile target#1688Conversation
Signed-off-by: Ben <belimele@redhat.com>
WalkthroughRemoved the dedicated golangci-lint Makefile target and its PHONY declaration. The primary lint target remains and continues to install and run golangci-lint with existing options. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (13)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
Explain the changes
golangci-lintmake target was replaced by the newlinttarget, which runs v2 ofgolangci-lint, and renders the previous one redundant. Thus, this PR removes the appropriate codeSummary by CodeRabbit