lab0-c icon indicating copy to clipboard operation
lab0-c copied to clipboard

`fmtscan` reports unique bad spellings but does not specify where

Open EricccTaiwan opened this issue 8 months ago • 2 comments

When committing , fmtscan reports "3 unique bad spellings found (3 non-unique)" but does not indicate which words are misspelled or their locations in the source code.

It would be helpful if fmtscan can automatically displayed more details about spelling errors.

$ git commit -a
Following files were changed:
  - queue.c : 8 insertions(+), 7 deletions(-)
Running fmtscan...
href
monospace
rel
7804 lines scanned (0.237M bytes)
53 printf style statements being processed
3 unique bad spellings found (3 non-unique)

[!] Check format strings for spelling
$

EricccTaiwan avatar Mar 13 '25 11:03 EricccTaiwan