- 🇳🇿New Zealand quietone
Changing the scope here to implement the sniff for non tests. Today, 80 files were found so many that is a reasonable size to do here.
Setting to active because this needs a new MR and #5.
There are too many violations of 'Drupal.Commenting.DocComment.MissingShort' to complete in one issue. Fix non test files in this issue.
Add meaningful summary lines to fix violations of Drupal.Commenting.DocComment.MissingShort for non test files.
Add the following to phpcs.xml.dist
<rule ref="Drupal.Commenting.DocComment.MissingShort">
<exclude-pattern>*/tests/*</exclude-pattern>
</rule>
Run phpcs, add summary lines.
Review
Active
11.0 🔥
It involves compliance with, or the content of coding standards. Requires broad community agreement.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Changing the scope here to implement the sniff for non tests. Today, 80 files were found so many that is a reasonable size to do here.
Setting to active because this needs a new MR and #5.