From 041310ef667e230dc41b78ed82d403ea7e24405e Mon Sep 17 00:00:00 2001 From: neurolabusc Date: Thu, 25 Jul 2024 17:26:28 -0700 Subject: [PATCH] codespell:disable does not seem to work --- .codespellrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index a9022c82..157701d1 100644 --- a/.codespellrc +++ b/.codespellrc @@ -3,9 +3,10 @@ skip = .git,*.json,dcm_qa* # te - the TE used in the code often # clen - another common variable for length of smth # tage - for \tAge, inline ignores are yet to be released +# SPOFF - GE diffusion cycling mode # nd - there is some kind of ND whi # ❯ grep -e 'trace or MD ' -e 'Trace/ND' ./console/nii_dicom_batch.cpp # // the isotropic trace or MD can be calculated) often come as # /*if (!dcmList[indx0].isDerived) //no need to warn if images are derived Trace/ND pair # ser - used in printMessage(" acq %d img %d ser %ld ... -ignore-words-list = te,clen,tage,nd,ser +ignore-words-list = te,clen,tage,nd,ser,SPOFF