Skip to content

Phase 27 Part A 完成: 代码质量全面提升 + 性能优化完成 #33

Phase 27 Part A 完成: 代码质量全面提升 + 性能优化完成

Phase 27 Part A 完成: 代码质量全面提升 + 性能优化完成 #33

Triggered via push November 23, 2025 17:38
Status Failure
Total duration 36s
Artifacts

ci.yml

on: push
Security Scan
19s
Security Scan
Backend Lint & Type Check
28s
Backend Lint & Type Check
Frontend Lint & Type Check
22s
Frontend Lint & Type Check
Backend Tests
0s
Backend Tests
Frontend Build
0s
Frontend Build
Docker Build Test
0s
Docker Build Test
All Checks Passed
2s
All Checks Passed
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
Frontend Lint & Type Check: frontend/src/components/common/FadeIn.tsx#L75
Expected { after 'if' condition
Frontend Lint & Type Check: frontend/src/components/common/FadeIn.tsx#L44
Expected { after 'if' condition
Frontend Lint & Type Check: frontend/src/components/common/EnhancedEmptyState.tsx#L84
Expected indentation of 4 spaces but found 6
Frontend Lint & Type Check: frontend/src/components/common/EnhancedEmptyState.tsx#L83
Expected indentation of 6 spaces but found 8
Frontend Lint & Type Check: frontend/src/components/charts/Chart.tsx#L32
Expected { after 'if' condition
Backend Lint & Type Check
Process completed with exit code 1.
All Checks Passed
Process completed with exit code 1.
Frontend Lint & Type Check: frontend/src/components/charts/PieChart.tsx#L4
All imports in the declaration are only used as types. Use `import type`
Frontend Lint & Type Check: frontend/src/components/charts/LineChart.tsx#L4
All imports in the declaration are only used as types. Use `import type`
Frontend Lint & Type Check: frontend/src/components/charts/Chart.tsx#L4
Import "React" is only used as types
Frontend Lint & Type Check: frontend/src/components/charts/BarChart.tsx#L4
All imports in the declaration are only used as types. Use `import type`
Frontend Lint & Type Check: frontend/src/components/ai/ParameterRecommendation.tsx#L267
Unexpected any. Specify a different type
Frontend Lint & Type Check: frontend/src/components/ai/ParameterRecommendation.tsx#L70
Unexpected any. Specify a different type
Frontend Lint & Type Check: frontend/src/components/ai/ParameterRecommendation.tsx#L40
React Hook useEffect has a missing dependency: 'fetchRecommendations'. Either include it or remove the dependency array
Frontend Lint & Type Check: frontend/src/components/ai/ParameterRecommendation.tsx#L23
Unexpected any. Specify a different type
Frontend Lint & Type Check: frontend/src/components/ai/ParameterRecommendation.tsx#L22
Unexpected any. Specify a different type
Frontend Lint & Type Check: frontend/src/components/ai/AutoQCPanel.tsx#L35
React Hook useEffect has a missing dependency: 'runQCAnalysis'. Either include it or remove the dependency array