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