Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(schema): Remove SLICE_TIMING_AND_DURATION_MUTUALLY_EXCLUSIVE #1905

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions src/schema/rules/checks/func.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,6 @@ VolumeTimingDelayTimeMutex:
checks:
- type(sidecar.DelayTime) == "null"

SliceTimingAcquisitionDurationMutex:
issue:
code: SLICE_TIMING_AND_DURATION_MUTUALLY_EXCLUSIVE
message: |
'SliceTiming' is defined for this file.
Neither 'DelayTime' nor 'AcquisitionDuration' may be defined in addition.
level: error
selectors:
- type(sidecar.SliceTiming) != "null"
checks:
- type(sidecar.AcquisitionDuration) == "null"
- type(sidecar.DelayTime) == "null"

VolumeTimingMissingAcquisitionDuration:
issue:
code: VOLUME_TIMING_MISSING_ACQUISITION_DURATION
Expand Down