-
Notifications
You must be signed in to change notification settings - Fork 53
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
SLCORE-1031 Modify label for missing binding on hotspots #1154
Conversation
21cd2b6
to
5b01c52
Compare
Quality Gate passedIssues Measures |
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.
Not sure about the phrasing here, it reads pretty badly.
@@ -84,7 +84,7 @@ void it_should_not_support_local_detection_in_standalone_mode() { | |||
|
|||
assertThat(checkResponse) | |||
.extracting(CheckLocalDetectionSupportedResponse::isSupported, CheckLocalDetectionSupportedResponse::getReason) | |||
.containsExactly(false, "The project is not bound, please bind it to SonarQube 9.9+ or SonarCloud"); | |||
.containsExactly(false, "The project is not bound, please bind it to SonarQube (Server, Cloud)"); |
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.
I've read the branding guide but reading this feels super bad.
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.
I agree, maybe here we could afford to spell it out SonarQube Server or SonarQube Cloud
. But not a blocker from my perspective.
backend/core/src/main/java/org/sonarsource/sonarlint/core/hotspot/HotspotService.java
Show resolved
Hide resolved
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.
LGTM
SLCORE-1031