sonar-checkstyle icon indicating copy to clipboard operation
sonar-checkstyle copied to clipboard

Import does not work for me at all for single Check in config

Open romani opened this issue 8 years ago • 0 comments

Sonar version: Version 6.3 (build 19869) Checkstyle sonar plugin verson: 3.6.1

Steps to reproduce or description of problem: create sonar profile by importing following checkstyle config

<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
          "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
          "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">

<module name="Checker">
    <module name="TreeWalker">
        <module name="PackageAnnotationCheck">
        </module>
    </module>
</module>

import pass without errors , but no rules are activated in profile.

romani avatar May 06 '17 18:05 romani