-
Notifications
You must be signed in to change notification settings - Fork 8
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
refactor: Uses standard org.sonar.check.Rule annotation #16
refactor: Uses standard org.sonar.check.Rule annotation #16
Conversation
fb6029e
to
6d9f3b6
Compare
6d9f3b6
to
afca5e7
Compare
Hi @jycr, |
@dedece35 : I don't think this SonarCloud analysis is a problem of my PR, but a problem in repo configuration? Isn't it?
|
This PR has been automatically marked as stale because it has no activity for 30 days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should keep the repository parameter in case we want to reuse the issue recorder to register rules for other iOS compliant languages (such as Objective-C)
|
||
private static final String NAME = Swift.REPOSITORY_NAME; | ||
private static final String LANGUAGE = Swift.KEY; | ||
private static final List<Class<?>> CHECK_CLASSES = List.of( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not using reflections to find existing rules automatically ?
Hi @zippy1978, |
fix: #15