I use SonarLint. I want the sonar test not to be performed for a specific line. I used // NOSONAR
but it didn't work. Does not specify the error number.
The error still appears in SonarLint when I use //NOSONAR
. But in the main project (SonarQube) the error no longer appears.