Handle newline-delimited GeoJSON and large GeoJSON files #2397
sonar.yml
on: pull_request
Analyze with Sonar
5m 27s
Annotations
2 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
|
MAJOR CODE_SMELL:
planetiler-core/src/main/java/com/onthegomap/planetiler/reader/geojson/GeoJsonFeatureIterator.java#L106
Replace this "if" statement with a pattern match guard.
rule: java:S6916 (https://sonarcloud.io/organizations/onthegomap/rules?open=java%3AS6916&rule_key=java%3AS6916)
issue url: https://sonarcloud.io/project/issues?pullRequest=1154&open=AZSYgjf50iLbP_W7jHlN&id=onthegomap_planetiler
|