Skip to content

fix(lint): clear golangci-lint and ruff issues blocking CI - #2

Merged
pr4bh4sh merged 2 commits into
mainfrom
fix/lint
Aug 29, 2026
Merged

pr4bh4sh merged 2 commits into
mainfrom
fix/lint

Conversation

@pr4bh4sh

Copy link
Copy Markdown
Owner

Summary

Moves the pre-existing repo-wide lint fixes onto their own stacked branch on top of the client-expansion PR:

  • errcheck: ignore close/remove error returns in webview.go, devicelab_ios/setup.go, wda/runner.go, flutter/wrapper.go, simulator/recording.go
  • staticcheck (ST1005): drop trailing punctuation from a build.go error string
  • unused: remove dead waitKeyboardHidden in uiautomator2/keyboard.go
  • ruff (S607): noqa on subprocess.run(["adb", ...]) in the animation test

These unblock the Test Go and Test Python Client CI jobs. The TypeScript client job and Python mypy/pytest already passed.

Test plan

🤖 Generated with opencode

These were pre-existing repo-wide lint failures (not introduced by the client
expansion) that blocked the PR's Test Go and Test Python Client jobs:

- errcheck: ignore close/remove error returns in webview.go, devicelab_ios/
  setup.go, wda/runner.go, flutter/wrapper.go, simulator/recording.go
- staticcheck (ST1005): drop trailing punctuation from a build.go error string
- unused: remove dead waitKeyboardHidden in uiautomator2/keyboard.go
- ruff (S607): noqa on subprocess.run(["adb", ...]) in the animation test

The TypeScript client job and Python mypy/pytest already passed.
@pr4bh4sh
pr4bh4sh changed the base branch from feat/expand-client-bindings to main August 29, 2026 06:29
@github-actions

Copy link
Copy Markdown

e2e-android: Run #16

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Pending ⏳ Other ❓ Flaky 🍂 Duration ⏱️
5 5 0 0 0 0 0 not captured

🎉 All tests passed!

Github Test Reporter by CTRF 💚

@pr4bh4sh
pr4bh4sh merged commit f06da59 into main Aug 29, 2026
5 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.

1 participant