-
Notifications
You must be signed in to change notification settings - Fork 70
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
Default value of ParameterName accessModifiers is wrong #103
Comments
fix is merged. |
What is UT? Yes, ideally the |
UT - unit test, we already have UT for it, but it is not ideal.
no arguing, but no people who can do this. Validation will be good even for generated file. |
Sonar version: 5.6.5
Checkstyle sonar plugin verson: 3.6.1
Steps to reproduce or description of problem:
Create an SonarQube quality profile by importing the following Checkstyle configuration
The import will fail because the default value of the
accessModifiers
property ispublic, protected, package, private
(a space after each comma) but it should bepublic,protected,package,private
(no space after each comma)The text was updated successfully, but these errors were encountered: