Issue #3324781: Add split text functionality to CKEditor 5 #119
GitHub Actions / drupal-coder (drupal practice)
failed
Apr 19, 2024 in 0s
reviewdog [drupal-coder (drupal practice)] report
reported by reviewdog 🐶
Findings (1)
tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php|316 col 1| There must be no blank line following an inline comment
Filtered Findings (2)
src/ParagraphsFeatures.php|127 col 5| Unused variable $disabled.
src/ParagraphsFeatures.php|130 col 7| Unused variable $disabled.
Annotations
Check warning on line 316 in tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php
github-actions / drupal-coder (drupal practice)
[drupal-coder (drupal practice)] tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php#L316 <DrupalPractice.Commenting.CommentEmptyLine.SpacingAfter>
There must be no blank line following an inline comment
Raw output
/github/workspace/tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php:316:1: warning: There must be no blank line following an inline comment (DrupalPractice.Commenting.CommentEmptyLine.SpacingAfter)
Loading