I use Sonar to list violations in the code. Although many violations are legal, some of the violations identified are too far-fetched.
For example, I want Sonar to rule out violations in log statements as well as in annotated JAXB classes. Since these classes are widespread in several project packages, I cannot exclude any particular package.
Is there any suitable way to solve this problem.
thank
source
share