bids-standard / legacy-validator

Validator for the Brain Imaging Data Structure
https://bids-standard.github.io/legacy-validator/
MIT License
186 stars 111 forks source link

chore: `deno fmt` schema validator #2026

Closed effigies closed 4 months ago

effigies commented 4 months ago

Separating from other PRs to ensure there are no semantic changes.

I set some parameters that should result in less reformatting overall. I am willing to change any of them.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 85.71429% with 36 lines in your changes missing coverage. Please review.

Project coverage is 87.19%. Comparing base (f0a2d3d) to head (dd2d7a2). Report is 1 commits behind head on master.

Files Patch % Lines
bids-validator/src/schema/applyRules.ts 78.57% 26 Missing and 1 partial :warning:
bids-validator/src/validators/filenameValidate.ts 28.57% 5 Missing :warning:
bids-validator/src/version.ts 33.33% 2 Missing :warning:
bids-validator/src/schema/context.ts 50.00% 1 Missing :warning:
bids-validator/src/setup/loadSchema.ts 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2026 +/- ## ========================================== + Coverage 85.75% 87.19% +1.43% ========================================== Files 91 132 +41 Lines 3785 6308 +2523 Branches 1218 1524 +306 ========================================== + Hits 3246 5500 +2254 - Misses 453 717 +264 - Partials 86 91 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.