Fix coding standards messages
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2859726. -->
Reported by: [jhodgdon](https://www.drupal.org/user/155601)
>>>
<p>The DrupalCI test runner is now running coding standards checks. There were, when this issue was created, 1705 coding standards messages.</p>
<h3>Issue Status Update:</h3>
<p>As of now, there are only 70 coding standards messages left. 69 of them are valid, and one is due to<br>
<span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-17"><a href="https://www.drupal.org/project/coder/issues/2861028" title="Status: Closed (outdated)">#2861028: Invalid "Closing brace indented incorrectly" error from tpl.php file</a></span></p>
<p>The 69 remaining valid coding standards problems are all:</p>
<p>If the line declaring an array spans longer than 80 characters, each element should be broken into its own line</p>
<h3>Novice task</h3>
<p>The files/lines where these messages occur can be seen by going to the Automated Testing tab of the API project page:<br>
<a href="https://www.drupal.org/node/6018/qa">https://www.drupal.org/node/6018/qa</a></p>
<p>From there, click on the latest test. You'll see a link that says "70 coding standards messages". Click the link and it will expand to show you the files and line numbers.</p>
<p>I believe that these problems can be fixed by installing Coder, which has the capability to fix some coding standards messages. See<br>
<a href="https://www.drupal.org/project/coder">https://www.drupal.org/project/coder</a></p>
<p>If Coder cannot fix them automatically, then they can be fixed by editing the 9 files that have these messages.</p>
<p>Then, make a patch and upload it here.</p>
> Related issue: [Issue #2861028](https://www.drupal.org/node/2861028)
issue