We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whole test was ignored test(), it need to removed or make it work. IntelijIdea inspection is complaining about this Ignore annotation.
test()
We have list of Checks that are not having sqale parameters https://github.com/checkstyle/sonar-checkstyle/blob/master/checkstyle-sonar-plugin/src/test/java/org/sonar/plugins/checkstyle/CheckstyleRulesDefinitionTest.java#L34 Not clear why such Checks are so special.
most issues were added as fix for build failure - https://github.com/checkstyle/sonar-checkstyle/blame/6b53207becaf77253a92a684e06c58b80317457f/checkstyle-sonar-plugin/src/test/java/org/sonar/plugins/checkstyle/CheckstyleRulesDefinitionTest.java
The text was updated successfully, but these errors were encountered:
debtSubCharacteristic() is deprecated and always return null in api 5.6.6, so I removed its usage from UT.
debtSubCharacteristic()
https://github.com/SonarSource/sonarqube/blob/master/sonar-plugin-api/src/main/java/org/sonar/api/server/rule/RulesDefinition.java#L1014
Sorry, something went wrong.
Issue #101: activate CheckstyleRulesDefinitionTest.test()
c0cc087
point "1)" is fixed.
If smb have time to investigate/fix "2)" - please be welcome.
Issue checkstyle#101: activate CheckstyleRulesDefinitionTest.test()
aa76325
related to #219 - closing this.
No branches or pull requests
Whole test was ignored
test()
, it need to removed or make it work. IntelijIdea inspection is complaining about this Ignore annotation.We have list of Checks that are not having sqale parameters
https://github.com/checkstyle/sonar-checkstyle/blob/master/checkstyle-sonar-plugin/src/test/java/org/sonar/plugins/checkstyle/CheckstyleRulesDefinitionTest.java#L34
Not clear why such Checks are so special.
most issues were added as fix for build failure - https://github.com/checkstyle/sonar-checkstyle/blame/6b53207becaf77253a92a684e06c58b80317457f/checkstyle-sonar-plugin/src/test/java/org/sonar/plugins/checkstyle/CheckstyleRulesDefinitionTest.java
The text was updated successfully, but these errors were encountered: