fix(mobile-mcp): remove lint step from CD workflow - #6255
Merged
Conversation
… conflicts with upstream eslint)
qwen-code-ci-bot
previously requested changes
Jul 3, 2026
qwen-code-ci-bot
left a comment
Collaborator
There was a problem hiding this comment.
Hi @LaZzyMan, thanks for the PR!
The PR body doesn't follow the PR template — the required headings are missing:
## What this PR does→ body uses## Summaryinstead## Why it's needed→ not present## Reviewer Test Plan→ body uses## Test plan(missing theHow to verify,Evidence, andTested onsub-sections)## Risk & Scope→ not present## Linked Issues→ not present
Could you update the PR description to match the template? It helps reviewers quickly assess the change. The actual content is fine — just needs to be under the right headings.
中文说明
感谢提交 PR!
PR 描述没有按照 PR 模板 的格式来写,缺少以下必填章节:
## What this PR does→ 目前用的是## Summary## Why it's needed→ 未填写## Reviewer Test Plan→ 目前用的是## Test plan,缺少How to verify、Evidence、Tested on子章节## Risk & Scope→ 未填写## Linked Issues→ 未填写
麻烦按模板更新一下 PR 描述,方便 reviewer 快速评估。内容本身没问题,只是需要放到对应的章节下。
— Qwen Code · qwen3.7-max
DragonnZhang
approved these changes
Jul 3, 2026
Contributor
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
tanzhenxin
approved these changes
Jul 3, 2026
wenshao
approved these changes
Jul 3, 2026
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove the
npm run lintstep fromcd-mobile-mcp.yml. The monorepo's prettier pre-commit hook reformats mobile-mcp source to spaces + single quotes, but mobile-mcp's own eslint config requires tabs + double quotes, causing 3708 lint errors in the CD workflow.Lint is already covered by the monorepo CI (root eslint excludes
packages/mobile-mcp/). The CD workflow retains build + test steps.Test plan