Code Analysis Job
Code Analysis Job
Section titled “Code Analysis Job”Run dart analyze to catch code issues, type errors, and style violations.
Commands
Section titled “Commands”dart analyzeBehavior
Section titled “Behavior”- Fails if there are any analysis errors
- Warnings are reported but don’t fail the build
Example Pipeline
Section titled “Example Pipeline”┌──────────┐ ┌──────────┐ ┌───────────┐│ On PR │────▶│ Analyze │────▶│ Run Tests │└──────────┘ └──────────┘ └───────────┘Run analysis early to catch issues before building.