user2608424
user2608424

Reputation: 183

Remove or reduce INFO Violations on Sonar Qube 5.3 on a particular project

I want to either completely remove or reduce the count for INFO Violations (not other violations) on a particular project only. What is the best way to achieve this in Sonar Qube 5.3?

Thank You in Advance

Upvotes: 0

Views: 98

Answers (1)

G. Ann - SonarSource Team
G. Ann - SonarSource Team

Reputation: 22804

You have a few choices:

  • Bulk update existing Info issues to mark them Won't Fix. (This doesn't keep more from being added in the next analysis)
  • Create a Quality Profile which contains no Info issues and apply it to your project
  • Configure your project with Issue exclusions for the info-level rules

Upvotes: 2

Related Questions