Use core's `phpcs.xml.dist` as it is better than the template one + configure `cspell`
Closes #3448001
Merge request reports
Activity
added 2 commits
added 1 commit
- 684b1c58 - That did not work — so instead reuse the Drupal core ruleset by relative path.
added 1 commit
- d5570a80 - `phpcs` compliance with Drupal core ruleset.
- Resolved by Wim Leers
- .cspell.json 0 → 100644
1 { 2 "description": "This default cspell configuration for contrib projects is based on core/.cspell.json. See https://project.pages.drupalcode.org/gitlab_templates/jobs/cspell/ for more details.", 3 "language": "en-US", 4 "allowCompoundWords": false, 5 "globRoot": ".", 6 "minWordLength": 4, 7 "ignorePaths": [ 8 'CODEOWNERS', 9 'submodules/cypress/tests/src/Cypress/cypress/downloads/downloads.html' 10 ], 11 "ignoreRegExpList": [ 12 "^ℹ\uFE0E.*" Thanks for getting this going! I had https://cspell.org/configuration/patterns/ ready for exactly this!

changed this line in version 11 of the diff
added 1 commit
- 0d24c4ef - `cspell`: fix JSON syntax + refine the ignored paths.
added 1 commit
- 2138e76c - Attempt to fix the remaining `cspell` failures.
reset approvals from @wimleers by pushing to the branch
reset approvals from @wimleers by pushing to the branch
Please register or sign in to reply
