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

Purge Python validator #2062

Closed effigies closed 3 months ago

effigies commented 3 months ago

v1.14.7 was the final co-released version of the Python validator, which has been moved to https://github.com/bids-standard/python-validator. It now depends on the BIDS schema and does not need to change alongside the javascript validator. Instead, updates to the validator will mostly involve updating the bidsschematools dependency.

This does leave the bids_validator/rules and bids_validator/tsv files in-place for use by the legacy validator. These are not used by the schema validator.

xref #1825

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.04%. Comparing base (d778802) to head (4f39fec).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2062 +/- ## ========================================== + Coverage 85.75% 87.04% +1.28% ========================================== Files 91 138 +47 Lines 3785 6624 +2839 Branches 1218 1571 +353 ========================================== + Hits 3246 5766 +2520 - Misses 453 768 +315 - Partials 86 90 +4 ```

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