Problem/Motivation
Part of #2572709: [meta] Fix 'Drupal.Files.LineLength' coding standard
Steps to reproduce
Find issues in each group by using phpcs --standard=core/phpcs.xml.dist --report-width=250 --report=code > a.txt
and then searching those results
Proposed resolution
Wrap @todo comments at 80 col.
Find issues in each group by
- Add
<rule ref="Drupal.Files.LineLength"/>
to phpcs.xml.dist - Run
phpcs --standard=core/phpcs.xml.dist --report-width=250 --report=code > a.txt
- Search for @todo in a.txt/li>
It is not possible to enforce a change for this with phpcs.xml.disl