| Marc Kupietz | cf6e998 | 2026-08-15 15:37:40 +0200 | [diff] [blame] | 1 | [codespell] |
| 2 | # Ref: https://github.com/codespell-project/codespell#using-a-config-file | ||||
| 3 | skip = .git*,package-lock.json,*.css,.codespellrc | ||||
| 4 | check-hidden = true | ||||
| 5 | # Ignore super long lines -- must be minimized etc, acronyms | ||||
| 6 | # and some near hit variables | ||||
| 7 | ignore-regex = ^.{120,}|\b(currentY|FOM)\b | ||||
| 8 | # ignore-words-list = | ||||