Issue #3324781: Add split text functionality to CKEditor 5 #230
reviewdog [drupal-coder (drupal practice)] report
reported by reviewdog 🐶
Findings (2)
tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php|108 col 1| There must be no blank line following an inline comment
tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php|119 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 108 in tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php
github-actions / drupal-coder (drupal practice)
[drupal-coder (drupal practice)] tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php#L108 <DrupalPractice.Commenting.CommentEmptyLine.SpacingAfter>
There must be no blank line following an inline comment
Raw output
/github/workspace/tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php:108:1: warning: There must be no blank line following an inline comment (DrupalPractice.Commenting.CommentEmptyLine.SpacingAfter)
Check warning on line 119 in tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php
github-actions / drupal-coder (drupal practice)
[drupal-coder (drupal practice)] tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php#L119 <DrupalPractice.Commenting.CommentEmptyLine.SpacingAfter>
There must be no blank line following an inline comment
Raw output
/github/workspace/tests/src/FunctionalJavascript/ParagraphsFeaturesSplitTextTest.php:119:1: warning: There must be no blank line following an inline comment (DrupalPractice.Commenting.CommentEmptyLine.SpacingAfter)