ui_migration codespell(config) Add codespell exceptions for fixtures and else
This commit is contained in:
parent
938d202b38
commit
e478644d2a
2 changed files with 6 additions and 6 deletions
|
|
@ -18,9 +18,7 @@ skip = node_modules,
|
|||
*.egg-info,
|
||||
src/tests/unit,
|
||||
./webapp/src/tests/unit/*.spec.js,
|
||||
./webapp/eslint.config.mjs,
|
||||
./webapp/coverage,
|
||||
./webapp/coverage/*,
|
||||
|
||||
regex = [a-zA-Z0-9\-'’]+
|
||||
ignore-words-list = fom
|
||||
|
||||
ignore-words-list = fom, afterAll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue