Skip to content

Conversation

@metachris
Copy link
Contributor

@metachris metachris commented Dec 19, 2025

Also uses warpbuild for remaining CI steps.

Copilot AI review requested due to automatic review settings December 19, 2025 17:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR enforces stricter linting requirements by making staticcheck a mandatory pass in the CI pipeline, and fixes the linting errors that were preventing staticcheck from passing. The key changes remove dead code and fix an ineffective break statement.

  • Removed unused waitForChainAlive function
  • Fixed break statement to properly exit outer loop
  • Enabled staticcheck as a required check in the Makefile

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
playground/watchers.go Removed unused waitForChainAlive function and fixed break statement to properly exit labeled loop
Makefile Removed `

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@canercidam canercidam merged commit d66bf8d into main Dec 19, 2025
9 checks passed
@canercidam canercidam deleted the staticcheck2 branch December 19, 2025 21:10
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.

2 participants