feat(ci): P1-1 代码质量门禁 Phase 1 - ESLint收紧 + Prettier配置 + ruff配置清理 #466
Reference in New Issue
Block a user
Delete Branch "ci/p1-1-code-quality-phase1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
变更内容
P1-1 代码质量门禁 Phase 1:对齐标准,低风险落地。
1. 前端ESLint收紧
--max-warnings 50→--max-warnings 02. Prettier配置补全
apps/web/.prettierrc配置文件EditingPlanner.css格式问题(唯一不符合默认规则的文件)3. 后端ruff配置清理
.flake8文件setup.cfg中冗余的[flake8]sectionpyproject.toml为唯一配置源,避免混淆代码质量三门禁定义
677adbc14etocfc76ccf37CI全绿,自动审批通过。
CI全绿,自动审批通过。