Problem/Motivation
The testbot does not run PHPCS on all files when core/phpcs.xml.dist is changed. Therefor the testbot passes, when there are files that break on the rule change and the testbot should fail.
Proposed resolution
Change the cor/scripts/dev/commit-code-check.sh so that PHPCS will check all files when core/phpcs.xml.dist is changed.
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
None