Skip to content

ENH: Machine-readable validate output with store/reload#1822

Merged
yarikoptic merged 23 commits into
masterfrom
enh-validators
Apr 5, 2026
Merged

ENH: Machine-readable validate output with store/reload#1822
yarikoptic merged 23 commits into
masterfrom
enh-validators

Merge branch 'master' into enh-validators

505de8f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 5, 2026 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 874 in dandi/cli/tests/test_cmd_validate.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'r' is unnecessary as it is
redefined
before this value is used.

Check notice on line 346 in dandi/cli/cmd_validate.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.

Check notice on line 450 in dandi/cli/cmd_validate.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.