Hello Sonar team
With IntelliJ, if a problem occurs several times in a file, you can fix all the occurrences at once by selecting the relevant fix, then select Fix all “problem description” in file
Would it be possible to do the same with SonarLint quick fixes?
For example, in a test class in Java, I had more than 10 times the issue “use .isZero() …”
Or even better, apply a quick fix to the whole project!
With
Xavier