redhat-developer / intellij-kubernetes

IntelliJ Kubernetes plugin
https://plugins.jetbrains.com/plugin/15921-kubernetes-by-red-hat
Eclipse Public License 2.0
20 stars 20 forks source link

fix: removed unnecessary elvis operator #742

Closed adietish closed 7 months ago

adietish commented 7 months ago
w: file:///Users/adietish/Documents/jboss-workspaces/intellij-kubernetes/src/main/kotlin/com/redhat/devtools/intellij/kubernetes/editor/inlay/Base64ValueInlayHintsProvider.kt:66:21 Elvis operator (?:) always returns the left operand of non-nullable type Collection<InlayPresentation>
sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

adietish commented 7 months ago

@sbouchet: please review