diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f6ea5..008fc3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,3 +14,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - feat: add `.editorconfig-checker.json` for improved linting configuration. - feat: add `.editorconfig-checker.json` in scaffold for baseline configuration. - fix: remove obsolete `.ecrc` file from metadata directory. +- fix: update `.codespellrc` to exclude additional files from spell checking. diff --git a/metadata/.github/linters/.codespellrc b/metadata/.github/linters/.codespellrc index 1375eee..bb52ff4 100644 --- a/metadata/.github/linters/.codespellrc +++ b/metadata/.github/linters/.codespellrc @@ -1,2 +1,2 @@ [codespell] -skip = */tests/*,tests/**,*/composer.lock,*/composer.json +skip = */tests/*,tests/**,*/composer.lock,*/composer.json,*/package-lock.json,*/dist/*,*/node_modules/*