Add FoM to codespell ignore
This commit is contained in:
parent
bea7447f26
commit
767e3992ff
2 changed files with 3 additions and 0 deletions
|
|
@ -19,3 +19,5 @@ skip = node_modules,
|
||||||
report.xml
|
report.xml
|
||||||
|
|
||||||
regex = [a-zA-Z0-9\-'’]+
|
regex = [a-zA-Z0-9\-'’]+
|
||||||
|
ignore-words-list = fom
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,3 +27,4 @@ skip = node_modules,
|
||||||
ignore-regex = #[0-9A-Fa-f]{3,8}\b|\bFoV\b
|
ignore-regex = #[0-9A-Fa-f]{3,8}\b|\bFoV\b
|
||||||
|
|
||||||
regex = [A-Z]?[a-z\']+
|
regex = [A-Z]?[a-z\']+
|
||||||
|
ignore-words-list = fom
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue