ui_migration codespell(config) Add ignore for text files to avoid fails on readonly vars
This commit is contained in:
parent
d75051df4a
commit
938d202b38
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@ skip = node_modules,
|
||||||
./src/openflexure_microscope_server/static,
|
./src/openflexure_microscope_server/static,
|
||||||
.venv,
|
.venv,
|
||||||
*.egg-info,
|
*.egg-info,
|
||||||
report.xml
|
src/tests/unit,
|
||||||
|
./webapp/src/tests/unit/*.spec.js,
|
||||||
|
./webapp/eslint.config.mjs,
|
||||||
|
./webapp/coverage,
|
||||||
|
|
||||||
regex = [a-zA-Z0-9\-'’]+
|
regex = [a-zA-Z0-9\-'’]+
|
||||||
ignore-words-list = fom
|
ignore-words-list = fom
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue