From e478644d2ad447eeb8f8a671b743afda18e27d9d Mon Sep 17 00:00:00 2001 From: Antonio Anaya Date: Fri, 15 May 2026 08:30:00 -0600 Subject: [PATCH] ui_migration codespell(config) Add codespell exceptions for fixtures and else --- .codespellrc | 6 ++---- .codespellrc2 | 6 ++++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.codespellrc b/.codespellrc index 09d8d388..fca99ec4 100644 --- a/.codespellrc +++ b/.codespellrc @@ -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 diff --git a/.codespellrc2 b/.codespellrc2 index 2a690037..a7c9c725 100644 --- a/.codespellrc2 +++ b/.codespellrc2 @@ -1,7 +1,7 @@ [codespell] # A separate RC file for detecting camelCase, PascalCase, and kebab-case errors # A little more prone to false positives than our standard regex, also fails to detect -# hyphenated words in the dictonary. +# hyphenated words in the dictionary. # Same as the main RC-file except it also excludes CHANGELOG as this is well covered # by the normal RC file, and we get false positives from git hashes. @@ -19,7 +19,9 @@ skip = node_modules, .venv, *.egg-info, report.xml, - CHANGELOG.md + CHANGELOG.md, + ./webapp/src/tests/fixtures/*, + ./webapp/coverage/*, # Ignores split by | # Ignore hexadecimal numbers preceded by #