devcon5io / mutation-analysis-plugin

Plugin for SonarQube to process mutation analysis results.
GNU Lesser General Public License v3.0
30 stars 17 forks source link

Added language to processRules no active rules warning #50

Closed psiklos closed 2 years ago

psiklos commented 2 years ago

"/!\ At least one Mutation Analysis rule needs to be activated the current profile." is displayed for each analyzed language. This can create confusing warnings when you have everything properly set up for one language, but not for other.

For example we have mutation testing properly set up for java, but not for kotlin. This warning showed up in our logs despite the java mutation tests working properly.

psiklos commented 2 years ago

Fixed branch on my fork: #51