# SonarQube Cloud analysis configuration. The organization and project keys
# come from the SonarQube Cloud project import and must match it exactly.
# tests/ trees carry the test scope. Inline #[cfg(test)] modules stay
# classified as sources, which is the Rust reality. The source exclusion
# keeps the two scopes disjoint, which the scanner requires.
# Clippy runs as a token-free workflow step and the scan imports its report,
# keeping SONAR_TOKEN away from dependency build scripts and proc macros.