Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure prettier formatting for sandbox code #6406

Open
wants to merge 5 commits into
base: dev-2.x
Choose a base branch
from

Conversation

leonardehrenfried
Copy link
Member

Summary

Last week I was wondering why my sandbox code was not auto-formatted by prettier. It turns out that sandbox code is not formatted at all!

This PR fixes it.

Copy link

codecov bot commented Jan 27, 2025

Codecov Report

Attention: Patch coverage is 27.41935% with 45 lines in your changes missing coverage. Please review.

Project coverage is 69.84%. Comparing base (47dece2) to head (c863768).
Report is 8 commits behind head on dev-2.x.

Files with missing lines Patch % Lines
...t/siri/updater/azure/AbstractAzureSiriUpdater.java 26.47% 25 Missing ⚠️
...planner/ext/sorlandsbanen/CoachCostCalculator.java 0.00% 11 Missing ⚠️
...opconsolidation/DecorateConsolidatedStopNames.java 50.00% 0 Missing and 3 partials ⚠️
...lanner/ext/parkAndRideApi/ParkAndRideResource.java 0.00% 2 Missing ⚠️
.../opentripplanner/ext/sorlandsbanen/MergePaths.java 0.00% 2 Missing ⚠️
...entripplanner/ext/restapi/model/ApiRouterInfo.java 0.00% 1 Missing ⚠️
...pentripplanner/ext/restapi/resources/IndexAPI.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             dev-2.x    #6406      +/-   ##
=============================================
+ Coverage      69.79%   69.84%   +0.04%     
- Complexity     18089    18124      +35     
=============================================
  Files           2064     2069       +5     
  Lines          77209    77266      +57     
  Branches        7859     7854       -5     
=============================================
+ Hits           53886    53964      +78     
+ Misses         20566    20546      -20     
+ Partials        2757     2756       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@t2gran t2gran added this to the 2.7 (next release) milestone Jan 29, 2025
pom.xml Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants