0

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

G. Ann - SonarSource Team
  • 22,346
  • 4
  • 40
  • 76
user2608424
  • 183
  • 2
  • 10

1 Answers1

2

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
G. Ann - SonarSource Team
  • 22,346
  • 4
  • 40
  • 76