Add FoM to codespell regex ignore
This commit is contained in:
parent
1f5adbb1a5
commit
4d9669f8ae
1 changed files with 2 additions and 3 deletions
|
|
@ -23,8 +23,7 @@ skip = node_modules,
|
|||
|
||||
# Ignores split by |
|
||||
# Ignore hexadecimal numbers preceded by #
|
||||
# Ignore FoV
|
||||
ignore-regex = #[0-9A-Fa-f]{3,8}\b|\bFoV\b
|
||||
# Ignore FoV and FoM
|
||||
ignore-regex = #[0-9A-Fa-f]{3,8}\b|FoV|FoM
|
||||
|
||||
regex = [A-Z]?[a-z\']+
|
||||
ignore-words-list = fom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue