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

Sonar warning- Rule not found in Scalastyle repository! Rule won't be activated. #11

Open
koveitan opened this issue Aug 28, 2016 · 2 comments

Comments

@koveitan
Copy link

koveitan commented Aug 28, 2016

Hi,

i compiled the plugin and installed it on sonarqube, but i got a lot of warnings in the log.
it seems that many rules are not activated. Can you specify what should l i do to include them ?

the logs are shown below:

2016.08.28 13:33:36 INFO web[o.s.s.q.RegisterQualityProfiles] Register quality profiles 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.file.FileTabChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.file.FileLengthChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.file.HeaderMatchesChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.SpacesAfterPlusChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.file.WhitespaceEndOfLineChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.SpacesBeforePlusChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.file.FileLineLengthChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.ClassNamesChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.ObjectNamesChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.PackageObjectNamesChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.EqualsHashCodeChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.IllegalImportsChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.ParameterNumberChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.MagicNumberChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.NoWhitespaceBeforeLeftBracketChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.NoWhitespaceAfterLeftBracketChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.ReturnChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.NullChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.NoCloneChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.CovariantEqualsChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.StructuralTypeChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.file.RegexChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.NumberOfTypesChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.CyclomaticComplexityChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.IfBraceChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.MethodLengthChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.MethodNamesChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.PublicMethodsHaveTypeChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.file.NewLineAtEofChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.NotImplementedErrorUsage not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.ProcedureDefinitionChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.ForBraceChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.SpaceAfterCommentStartChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.FieldNamesChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:36 WARN web[o.s.s.q.RegisterQualityProfiles] Rule for org.scalastyle.scalariform.TodoCommentChecker not found in Scalastyle repository! Rule won't be activated. 2016.08.28 13:33:37 INFO web[o.s.s.q.RegisterQualityProfiles] Register profile {lang=scala, name=Scalastyle} 2016.08.28 13:33:37 INFO web[o.s.s.q.RegisterQualityProfiles] Set default scala profile: Scalastyle 2016.08.28 13:33:37 DEBUG web[o.s.s.q.RegisterQualityProfiles] Register quality profiles (done) | time=1315ms

@koveitan koveitan changed the title sonar scala style WARNING - Rule not found in Scalastyle repository! Rule won't be activated. sonar scala style warning- Rule not found in Scalastyle repository! Rule won't be activated. Aug 29, 2016
@koveitan koveitan changed the title sonar scala style warning- Rule not found in Scalastyle repository! Rule won't be activated. Sonar warning- Rule not found in Scalastyle repository! Rule won't be activated. Aug 29, 2016
@kkjaga
Copy link

kkjaga commented Jan 27, 2017

Have you figure out what was the problem? I get the same warnings.

@koveitan
Copy link
Author

koveitan commented Feb 11, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants