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/*