Skip to content

Analyze

Shorebird CI’s “Analyze” check uses dart analyze to perform static analysis across all of your Dart files.

None. As long as your repository has Dart code detected this check will run.

If you have an analysis_options.yaml file with customizations, they are recognized during this check.

This check passes if the check returns No issues found!.

This check fails if the check finds any analysis issues.