Team,
I am currently using SonarQube:7.1, with Java plugin: 5.2.0.13398.
My requirement is to enable specific rule only on specific set of modules(instead of all modules) of my multi module project.
I found that, we can do this rule exclusion by giving rulekey and path of the files to exclude. But, Here I am looking at module level exclusion for specific rule.
Nope. Ignore Issues on Multiple Criteria could indeed help, but should mainly be used on specific cases. It’s quite fundamental that the Quality Profile applies consistently to the code analyzed in the project (for all reports and Quality Gates to remain strong indicators, and to avoid end-user confusion).