4

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

G. Ann - SonarSource Team
  • 22,346
  • 4
  • 40
  • 76
heldt
  • 4,166
  • 7
  • 39
  • 67

1 Answers1

5

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

G. Ann - SonarSource Team
  • 22,346
  • 4
  • 40
  • 76