Skip to content

Code Analysis Job

Run dart analyze to catch code issues, type errors, and style violations.

Terminal window
dart analyze
  • Fails if there are any analysis errors
  • Warnings are reported but don’t fail the build
┌──────────┐ ┌──────────┐ ┌───────────┐
│ On PR │────▶│ Analyze │────▶│ Run Tests │
└──────────┘ └──────────┘ └───────────┘

Run analysis early to catch issues before building.