SonarCloud remove candidate rule: java:S1075 URIs should not be hardcoded #9928
CDellaGiusta
started this conversation in
Polls
Replies: 1 comment
-
|
Before removing it would probably make sense to go over the 24 instances to check if one could make sense |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This poll closes Friday, April 18th 2025.
Candidate rule for removal: java:S1075
Number of issues with this rule in Uyuni: 24
Rule: URIs should not be hardcoded
Software qualities impacted: MAINTAINABILITY
Why is this an issue:
Should it be removed?:
Most of the hardcoded stuff are fixed paths inside the filesystem. Since they are fixed, there should be no point into moving them in a configurable part.
All rule issues in Uyuni: https://sonarcloud.io/project/issues?languages=java&issueStatuses=OPEN%2CCONFIRMED&id=uyuni-project_uyuni&rules=java%3AS1075
Examples in our code:
9 votes ·
Beta Was this translation helpful? Give feedback.
All reactions