Hello @Antoine,
System.debug was enabled. Based on the logs - “However, SonarQube was considering all the source code and tests for analysis but indexing 0 files due to scm ignore messages”. I’m not sure why SonarQube is pertaining to excluding scm ignore errors?
Solution is enabled the sonar.scm.exclusions.disabled=true and this is relevant to All files excluded by the scm ignore settings
Thanks!