Skip to content

Comments

feat: Implement warning for sidecar overrides#214

Merged
rwblair merged 2 commits intobids-standard:devfrom
effigies:enh/summarization
Jun 11, 2025
Merged

feat: Implement warning for sidecar overrides#214
rwblair merged 2 commits intobids-standard:devfrom
effigies:enh/summarization

Conversation

@effigies
Copy link
Contributor

Implements bids-standard/bids-specification#1834, per decision at Copenhagen meeting 2025.

Closes #117.

}
for (const file of sidecars) {
const json = await loadJSON(file).catch((error) => {
const json = await loadJSON(file).catch((error): Record<string, unknown> => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this to drop @ts-ignore.

@rwblair rwblair merged commit 4f101aa into bids-standard:dev Jun 11, 2025
23 checks passed
@effigies effigies deleted the enh/summarization branch June 11, 2025 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants