Analysis ID "f3f6ed28-f8f3-4c9a-9364-da9d58609260"

The last analysis has failed. If it keeps on failing after several attempts, please contact us on Community forum and provide the following failing analysis ID: “f3f6ed28-f8f3-4c9a-9364-da9d58609260”.

Hey there.

The analysis failed due to an invalid regular expression pattern in the project settings (project-level Administration > General Settings > Analysis Scope).

The pattern **/Migrations/** is a glob pattern (file path pattern), but the sonar.issue.ignore.allfile setting requires a valid regular expression, not a glob pattern.

Are you just trying to exclude these files from analysis? In that case, the glob pattern belongs under Source File Exclusions