Reputation: 4266
Is there a way to exclude specific methods in classes when analyzing with sonarqube? All I find is how to exclude files and modules.
Upvotes: 6
Views: 13177
Reputation: 22804
Unless you want to surround the methods with marker comments and use exclusions, the answer is no.
Upvotes: 6