Continue Overture support: POIs, Places, Airports #1481
sonar.yml
on: pull_request
Analyze with Sonar
1m 36s
Annotations
4 warnings
|
Analyze with Sonar
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v3, actions/github-script@v6, actions/setup-java@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
CRITICAL CODE_SMELL:
src/main/java/com/protomaps/basemap/layers/Roads.java#L518
Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed.
rule: java:S3776 (https://sonarcloud.io/organizations/protomaps/rules?open=java%3AS3776&rule_key=java%3AS3776)
issue url: https://sonarcloud.io/project/issues?pullRequest=579&open=AZzj_Ou29JS2QyFt9MGp&id=protomaps_basemaps
|
|
CRITICAL CODE_SMELL:
src/main/java/com/protomaps/basemap/layers/Places.java#L349
Refactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed.
rule: java:S3776 (https://sonarcloud.io/organizations/protomaps/rules?open=java%3AS3776&rule_key=java%3AS3776)
issue url: https://sonarcloud.io/project/issues?pullRequest=579&open=AZzkBC1zp2HDwL3rYmZW&id=protomaps_basemaps
|
|
CRITICAL CODE_SMELL:
src/main/java/com/protomaps/basemap/Basemap.java#L42
Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed.
rule: java:S3776 (https://sonarcloud.io/organizations/protomaps/rules?open=java%3AS3776&rule_key=java%3AS3776)
issue url: https://sonarcloud.io/project/issues?pullRequest=579&open=AZzki5kBguHjumTnDwts&id=protomaps_basemaps
|