diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fba64..2902b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,3 +12,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - feat: add `gitattributes` for metadata files and update `scaffold.json` references. - feat: update `.ecrc` and `.prettierignore` to include `scaffold-lock.json` for better file management. - feat: add `.editorconfig-checker.json` for improved linting configuration. +- feat: add `.editorconfig-checker.json` in scaffold for baseline configuration. diff --git a/metadata/.github/linters/.editorconfig-checker.json b/metadata/.github/linters/.editorconfig-checker.json new file mode 100644 index 0000000..bb0f71a --- /dev/null +++ b/metadata/.github/linters/.editorconfig-checker.json @@ -0,0 +1,11 @@ +{ + "Exclude": [ + "phpstan-baseline\\.neon$", + "^tests/runtime/", + "\\.min\\.css$", + "\\.min\\.js$", + "^vendor/", + "^runtime/", + "scaffold-lock\\.json$" + ] +}