Simplify code and remove area filter for water features [#198] #450
sonar.yml
on: pull_request
Analyze with Sonar
1m 27s
Annotations
2 warnings
Analyze with Sonar
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v3, actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
MINOR CODE_SMELL:
src/main/java/com/protomaps/basemap/layers/Water.java#L10
Remove this unused import 'com.protomaps.basemap.postprocess.Area'.
rule: java:S1128 (https://sonarcloud.io/organizations/protomaps/rules?open=java%3AS1128&rule_key=java%3AS1128)
issue url: https://sonarcloud.io/project/issues?pullRequest=215&open=AY1ld0o-HnyTuzyQBWRC&id=protomaps_basemaps
|