Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
romani opened this issue May 6, 2017 · 0 comments
Open

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

romani opened this issue May 6, 2017 · 0 comments
Labels

Comments

@romani
Copy link
Member

romani commented May 6, 2017

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 romani added the approved label May 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant