Skip to content

Commit 948f327

Browse files
committed
[DATALAD RUNCMD] bash -c 'pre-commit run --all || true'
=== Do not change lines below === { "chain": [], "cmd": "bash -c 'pre-commit run --all || true'", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 1e3af7a commit 948f327

File tree

17 files changed

+15
-16
lines changed

17 files changed

+15
-16
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ authors:
4646
orcid: https://orcid.org/0000-0002-6533-2909
4747
- family-names: Gau
4848
given-names: Rémi
49-
orcid: https://orcid.org/0000-0002-1535-9767
49+
orcid: https://orcid.org/0000-0002-1535-9767
5050
- family-names: Gorgolewski
5151
given-names: Krzysztof J.
5252
orcid: https://orcid.org/0000-0003-3321-7583

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1717
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1818
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1919
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

docs/validation-model/inheritance-principle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The validator uses a "walk back" algorithm to find inherited files:
2020
```python
2121
def walkBack(file, extension):
2222
fileParts = parsePath(file.path)
23-
23+
2424
fileTree = file.parent
2525
while fileTree:
2626
for child in fileTree.children:

local-run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S deno run --allow-read --allow-write --allow-env --allow-net --allow-run
1+
#!/usr/bin/env -S deno run --allow-read --allow-write --allow-env --allow-net --allow-run
22
// This script runs the local copy of the validator, intended as a development aid.
33
// You generally should run `deno run -A jsr:@bids/validator`
44
import './src/bids-validator.ts'

src/tests/bom-utf16.tsv

1 Byte
Binary file not shown.

src/tests/bom-utf8.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{
1+
{
22
"example": "JSON for test suite"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
participant_id sex
2-
sub-01 F
2+
sub-01 F

tests/data/broken_pet_example_3-pet_blood/sub-01/ses-01/pet/sub-01_ses-01_recording-manual_blood.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ time plasma_radioactivity metabolite_parent_fraction
3030
4800 8095.22519 0.10388412
3131
5400 7480.43763 n/a
3232
6000 7099.9559 0.09530672
33-
7200 6279.54565 n/a
33+
7200 6279.54565 n/a
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
participant_id age sex dominant_hand
22
sub-emptyroom n/a n/a n/a
33
sub-0001 25 Male Right
4-

tests/data/no_t1w/participants.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
participant_id sex age
2-
sub-01 M 25
2+
sub-01 M 25

0 commit comments

Comments
 (0)