SonarQube version : sonarqube-6.7.7
Scanner version : sonar-scanner-3.3.0.1492
Is it possible to Include/Exclude a set of plugins while running sonar-scanner command on a project
SonarQube version : sonarqube-6.7.7
Scanner version : sonar-scanner-3.3.0.1492
Is it possible to Include/Exclude a set of plugins while running sonar-scanner command on a project
Hello Revanth,
Could you please elaborate which plugin(s) you’d like to deactivate and why ?
Generally the default list of plugins should not hurt your analyses unless you have many plugins targeting a single language/file extension
By design, a given file extension can be only be analyzed by a single plugin but any such ambiguity can easily be fixed by associating correct file extensions via Analysis parameters
Eric
i don’t want to deactivate any plugin for my project, i know that a custom plugin will give build failure, i just want the scanner analysis to run on the remaining plugins so that i can avoid build failure.