forked from bids-standard/bids-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into rf-events
* origin/master: (278 commits) [FIX] Move ``_stim.<ext>`` specification within the Task Events module (bids-standard#1750) rm macros with missing metadata Update src/schema/objects/metadata.yaml Update src/schema/objects/metadata.yaml Update src/schema/objects/metadata.yaml [pre-commit.ci] pre-commit autoupdate Update src/common-principles.md Update src/common-principles.md Update src/common-principles.md Update src/common-principles.md fix: replace SHOULD with MUST in last changes (cc @effigies) Apply suggestions from code review Apply suggestions from code review Apply suggestions from code review fix: checking if chinese characters are accepted by pandoc Apply suggestions from code review Update src/common-principles.md Update src/schema/rules/checks/events.yaml fix: deduplicate prescriptions for columns in tsvgz Apply suggestions from code review ... Conflicts: mkdocs.yml - just redid changes found in prior diff but unifying for current indentation and use of ""
- Loading branch information
Showing
179 changed files
with
14,472 additions
and
2,427 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
ignore: | ||
- "*/*/tests/*" | ||
- "**/tests/*" | ||
- "*/*/tests/*" | ||
- "**/tests/*" | ||
codecov: | ||
token: 7e84a7fb-8f7e-45f5-8dcc-9f5219fa3855 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
sub-directory->subdirectory | ||
Sub-directory->Subdirectory | ||
sub-directories->subdirectories | ||
Sub-directories->Subdirectories | ||
file name->filename | ||
File name->Filename | ||
file names->filenames | ||
File names->Filenames | ||
folder->directory | ||
folders->directories | ||
Folder->Directory | ||
Folders->Directories |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
[codespell] | ||
skip = *.js,*.svg,*.eps,.git | ||
ignore-words-list = fo,te,als | ||
builtin = clear,rare | ||
dictionary = .codespell_dict | ||
skip = *.js,*.svg,*.eps,.git,node_modules,env,venv,.mypy_cache,package-lock.json,CITATION.cff,tools/new_contributors.tsv,./tools/schemacode/docs/build | ||
ignore-words-list = fo,te,als,Acknowledgements,acknowledgements,weill,bu,winn,manuel | ||
builtin = clear,rare,en-GB_to_en-US | ||
# this overloads default dictionaries and I have not yet figured out | ||
# how to have multiple https://github.com/codespell-project/codespell/issues/2727 | ||
# dictionary = .codespell_dict | ||
exclude-file = src/CHANGES.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.