GeometryPipeline #2345
sonar.yml
on: pull_request
Analyze with Sonar
5m 32s
Annotations
3 warnings
Analyze with Sonar
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
MINOR CODE_SMELL:
planetiler-core/src/main/java/com/onthegomap/planetiler/FeatureMerge.java#L161
Refactor this code to use the more specialised Functional Interface 'ToDoubleFunction<Map>'
rule: java:S4276 (https://sonarcloud.io/organizations/onthegomap/rules?open=java%3AS4276&rule_key=java%3AS4276)
issue url: https://sonarcloud.io/project/issues?pullRequest=1118&open=AZOb6fhCvuTsgZ3mwcyi&id=onthegomap_planetiler
|
MINOR CODE_SMELL:
planetiler-core/src/main/java/com/onthegomap/planetiler/render/FeatureRenderer.java#L73
Reduce the total number of break and continue statements in this loop to use at most one.
rule: java:S135 (https://sonarcloud.io/organizations/onthegomap/rules?open=java%3AS135&rule_key=java%3AS135)
issue url: https://sonarcloud.io/project/issues?pullRequest=1118&open=AZNtSguGl82vLXeF5ZYO&id=onthegomap_planetiler
|