sonarqube - how to disable some issue in sonar metrics? -
it possible turn off issue checking in sonar projects , how it? want example disable "tabulation characters should not used" or "modifier order".
thank help.
if keep rule active while excluding parts of source-code, can use features of the switch-off violations-plugin.
the plugin deprecated sonarqube 4.0, possible use integrated features described in part of sonarqube-documentation: http://docs.codehaus.org/display/sonar/narrowing+the+focus
if using older version of sonarqube find plugin here: http://docs.codehaus.org/display/sonar/switch+off+violations+plugin
Comments
Post a Comment