sonarqubesonarqube-web

Exclude methods in Sonarqube


Is there a way to exclude specific methods in classes when analyzing with sonarqube? All I find is how to exclude files and modules.


Solution

  • Unless you want to surround the methods with marker comments and use exclusions, the answer is no.