-
Notifications
You must be signed in to change notification settings - Fork 30
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
Modify rule S1075: Add more exceptions (SONARJAVA-5149) #4570
Conversation
rules/S1075/java/rule.adoc
Outdated
@@ -1,5 +1,13 @@ | |||
include::../description.adoc[] | |||
|
|||
=== Exceptions | |||
|
|||
This rules doesn't raise an issue when: |
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.
This rules doesn't raise an issue when: | |
This rule does not raise an issue when: |
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.
👍
rules/S1075/java/rule.adoc
Outdated
|
||
This rules doesn't raise an issue when: | ||
|
||
* A relative URI is declared in a static final constant and the URI contains at most two parts. |
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.
It might be good to provide an example if we do not already have one in the samples
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.
👍
rules/S1075/java/rule.adoc
Outdated
* An URI is declared in a static final constant and the constant is used in an annotation. | ||
* An URI is declared in a variable annotated with an annotation. |
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.
* An URI is declared in a static final constant and the constant is used in an annotation. | |
* An URI is declared in a variable annotated with an annotation. | |
* A URI is declared in a static final constant and the constant is used in an annotation. | |
* A URI is declared in a variable annotated with an annotation. |
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.
👍
27188c7
to
ce92faa
Compare
Quality Gate passed for 'rspec-tools'Issues Measures |
Quality Gate passed for 'rspec-frontend'Issues Measures |
Review
A dedicated reviewer checked the rule description successfully for: