Roman Ivanov
Roman Ivanov
We do have all that details in metadata files of plugin
the same as #34
from http://stackoverflow.com/a/26977345/1015848 > Those Checkstyle rules (like "ConstantNameCheck") are defined with a multiple cardinality in the SonarQube Checkstyle plugin. This means that it should be possible to activate several "instances"...
import functionality is hosted in plugin - https://github.com/checkstyle/sonar-checkstyle/blob/master/checkstyle-sonar-plugin/src/main/java/org/sonar/plugins/checkstyle/CheckstyleProfileImporter.java So it should be possible to generate Rule with custom ID during import.
If smb have time to fix please be welcome with PR. Currently whole checkstyle team is focused on main project due to GSoC activity. We will not have time till...
@proferit , I do not know exactly how to make it. But there are two types of Rules already in plugin: - withtout properties - with properties `MULTIPLE` without properties...
workaround: 1) remove all problematic module configurations 2) import automatically what is possible 3) manually create rule(s) from template(s) in Sonar UI 4) manually put all properties for Rule/Check to...
if smb have a time, please send PR.
I placed 15$ bounty on this issue (from general donations budget), does any body wants to contribute and have a beer after this :) ?
@roeeduv , can you explain how you overcome problem of several instances of the same Check in original config ?