sonar.projectKey=ModelEngine-Group_nexent
sonar.organization=modelengine-group

sonar.exclusions=**/init.sql
# Fresh-install, upgrade, and preflight SQL deliberately share schema/backfill
# statements. They must remain in sync, so duplication analysis is not useful.
sonar.cpd.exclusions=deploy/sql/init.sql,deploy/sql/migrations/**/*.sql,deploy/sql/preflight/**/*.sql