Is it possible to disable the verification of some problems in sonar projects and how to do it? For example, I want to disable โTable characters should not be usedโ or โModifier orderโ.
Thanks for the help.
If you want to keep the rule active by excluding certain parts of the source code, you can use the disconnect-plugin functions.
The plugin is deprecated with sonarqube 4.0, as you can now use the built-in functions described in this part of the sonarqube documentation: http://docs.codehaus.org/display/SONAR/Narrowing+the+Focus
If you are using an older version of sonarqube, you will find the plugin here: http://docs.codehaus.org/display/SONAR/Switch+Off+Violations+Plugin
Source: https://habr.com/ru/post/1497408/More articles:Return Value C # GeoCoordinate - c #What is the correct order of the previous vector in fitensemble? - matlabAnimated ImageIcon as a button - javaThe resource is interpreted as a font, but it is transferred with the MIME type font / woff:Web search API data without using OData syntax - restNVI and devirtualization - c ++unused files are still showing in git status - gitXML Element Names and Attributes - xmlWhy do HTML validators care about two inputs inside a label if one of them is hidden from type? - htmlJAXB @XmlAdapter for custom XML - javaAll Articles