Commit bf7a370
committed
Port fmtscan to macOS with location tracking
This consolidates fmtscan.c to support both Linux and macOS through
conditional compilation.
- Add location tracking showing filename:line for each misspelling
- Include comprehensive technical terms dictionary to reduce false
positives on macOS where system dictionary lacks programming terms
- Handle platform differences (memory mapping flags, dictionary
paths)
Close #265
Change-Id: I37d39960f245ea3984d49a21e7eb3123e0ffd1281 parent a861206 commit bf7a370
2 files changed
+353
-49
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments