Skip to content

Commit

Permalink
Merge pull request bids-standard#1983 from bids-standard/dependabot/s…
Browse files Browse the repository at this point in the history
…ubmodules/bids-validator/spec-70d7750

chore(deps): bump bids-validator/spec from `0950f6d` to `70d7750`
  • Loading branch information
effigies authored Jun 3, 2024
2 parents 685b99f + 8a9ae67 commit cda1c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids-validator/spec
Submodule spec updated 42 files
+0 −122 .circleci/config.yml
+41 −16 .github/pull_request_template.md
+130 −0 .github/workflows/changelog_generator.yml
+3 −3 .github/workflows/schemacode_ci.yml
+26 −0 .github/workflows/shellcheck.yml
+1 −1 .github/workflows/validation.yml
+7 −1 .pre-commit-config.yaml
+1 −1 .remarkrc
+4 −4 CONTRIBUTING.md
+9 −6 DECISION-MAKING.md
+4 −4 npm-requirements.txt
+1 −1 scripts/test_tag
+2 −2 src/appendices/file-collections.md
+1 −1 src/appendices/licenses.md
+1 −1 src/appendices/meg-systems.md
+3 −3 src/appendices/qmri.md
+2 −2 src/appendices/units.md
+18 −1 src/common-principles.md
+1 −1 src/derivatives/common-data-types.md
+1 −1 src/derivatives/introduction.md
+14 −4 src/longitudinal-and-multi-site-studies.md
+4 −0 src/metaschema.json
+25 −13 src/modality-specific-files/magnetic-resonance-imaging-data.md
+1 −1 src/modality-specific-files/motion.md
+1 −1 src/modality-specific-files/near-infrared-spectroscopy.md
+4 −0 src/schema/README.md
+1 −1 src/schema/SCHEMA_VERSION
+6 −0 src/schema/meta/expression_tests.yaml
+10 −0 src/schema/objects/suffixes.yaml
+11 −10 src/schema/rules/checks/dataset.yaml
+1 −1 src/schema/rules/checks/events.yaml
+1 −1 src/schema/rules/checks/general.yaml
+15 −0 src/schema/rules/checks/hints.yaml
+2 −2 src/schema/rules/checks/mri.yaml
+13 −0 src/schema/rules/files/common/tables.yaml
+9 −0 src/schema/rules/files/deriv/imaging.yaml
+20 −0 src/schema/rules/files/raw/dwi.yaml
+2 −2 src/schema/rules/tabular_data/modality_agnostic.yaml
+1 −0 tools/schemacode/bidsschematools/conftest.py
+5 −0 tools/schemacode/bidsschematools/data/tests/test_rules.py
+15 −5 tools/schemacode/bidsschematools/rules.py
+20 −6 tools/schemacode/bidsschematools/tests/test_rules.py

0 comments on commit cda1c85

Please sign in to comment.