From a2f07d1ff8dc6464f25f3145e2cceb4ba43c5f86 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Wed, 8 Jul 2026 09:13:18 -0400 Subject: [PATCH] ci: update codespell skip list to remove redundant entry for metadata directory. --- CHANGELOG.md | 2 ++ metadata/.github/linters/.codespellrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 980acba..53159aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.1.7 Under development +- ci: update codespell skip list to remove redundant entry for metadata directory. + ## 0.1.6 July 08, 2026 - ci: update codespell skip list to remove duplicate entry. diff --git a/metadata/.github/linters/.codespellrc b/metadata/.github/linters/.codespellrc index aa644eb..636396c 100644 --- a/metadata/.github/linters/.codespellrc +++ b/metadata/.github/linters/.codespellrc @@ -1,2 +1,2 @@ [codespell] -skip = ./.git,.claude/*,.codex/*,.config/gh/*,.github/agents/*,.github/copilot-instructions.md,.github/copilot/*,.github/instructions/*,.github/prompts/*,.github/skills/*,.vscode/*,*/composer.json,*/composer.lock,*/dist/*,*/node_modules/*,*/package-lock.json,*/tests/*,code_coverage/*,composer.lock,CHANGELOG.md,UPGRADE.md,runtime/*,scaffold-lock.json,tests/**,vendor/* +skip = ./.git,.claude/*,.codex/*,.config/gh/*,.github/agents/*,.github/copilot-instructions.md,.github/copilot/*,.github/instructions/*,.github/prompts/*,.github/skills/*,.vscode/*,*/composer.json,*/composer.lock,*/dist/*,*/node_modules/*,*/package-lock.json,*/tests/*,code_coverage/*,CHANGELOG.md,UPGRADE.md,runtime/*,scaffold-lock.json,vendor/*