SonarQube Community Edition - Version 9.6 (build 59041)
I have configured a project with the sonar.php.phpstan.reportPaths
third-partie issue config, and when ingesting a valid file with no issues ({"totals":{"errors":0,"file_errors":0},"files":[],"errors":[]}
) SonarQube displays a warning on the project:
An error occurred when reading report file ‘/path/to/project/reports/phpstan.json’, no issue will be imported from this report.
The content of the file probably does not have the expected format.
Is this expected or is there an error with the way this file is handled?