Closed ptupitsyn closed 5 months ago
Hi! I will check this issue. What version of SonarQube are you using?
Hi! I will check this issue. What version of SonarQube are you using?
We use 10.4.1-community
via Docker
@ptupitsyn, I can't reproduce it. I have checked your projects several times, but I have not encountered this problem. I used sonar scanner as the cli and docker, but everything went fine in both cases
What is the workflow for your project? Can some steps affect the code?
My assumption is that there is a mismatch in the file content between the moment the clippy report was generated and the moment the code was scanned on Sonar
The error is pointing to line of the clippy report that does not exist in the scanned code
@elegoff thank you for the pointer. Looks like an error somewhere in my script. The problem does not reproduce when I run the scanner manually on that repo.