Skip to content

Issue #3412260: Option to disable collapse all button #211

Issue #3412260: Option to disable collapse all button

Issue #3412260: Option to disable collapse all button #211

GitHub Actions / drupal-coder (drupal) failed Jan 15, 2024 in 1s

reviewdog [drupal-coder (drupal)] report

reported by reviewdog 🐶

Findings (3)

tests/src/FunctionalJavascript/ParagraphsFeatureCollapseAllTest.php|6 col 4| Line exceeds 80 characters; contains 82 characters
tests/src/FunctionalJavascript/ParagraphsFeatureCollapseAllTest.php|72 col 3| Expected 1 blank line after function; 0 found
tests/src/FunctionalJavascript/ParagraphsFeatureCollapseAllTest.php|73 col 1| The closing brace for the class must have an empty line before it

Filtered Findings (0)

Annotations

Check warning on line 6 in tests/src/FunctionalJavascript/ParagraphsFeatureCollapseAllTest.php

See this annotation in the file changed.

@github-actions github-actions / drupal-coder (drupal)

[drupal-coder (drupal)] tests/src/FunctionalJavascript/ParagraphsFeatureCollapseAllTest.php#L6 <Drupal.Files.LineLength.TooLong>

Line exceeds 80 characters; contains 82 characters
Raw output
/github/workspace/tests/src/FunctionalJavascript/ParagraphsFeatureCollapseAllTest.php:6:4: warning: Line exceeds 80 characters; contains 82 characters (Drupal.Files.LineLength.TooLong)

Check failure on line 72 in tests/src/FunctionalJavascript/ParagraphsFeatureCollapseAllTest.php

See this annotation in the file changed.

@github-actions github-actions / drupal-coder (drupal)

[drupal-coder (drupal)] tests/src/FunctionalJavascript/ParagraphsFeatureCollapseAllTest.php#L72 <Squiz.WhiteSpace.FunctionSpacing.AfterLast>

Expected 1 blank line after function; 0 found
Raw output
/github/workspace/tests/src/FunctionalJavascript/ParagraphsFeatureCollapseAllTest.php:72:3: error: Expected 1 blank line after function; 0 found (Squiz.WhiteSpace.FunctionSpacing.AfterLast)

Check failure on line 73 in tests/src/FunctionalJavascript/ParagraphsFeatureCollapseAllTest.php

See this annotation in the file changed.

@github-actions github-actions / drupal-coder (drupal)

[drupal-coder (drupal)] tests/src/FunctionalJavascript/ParagraphsFeatureCollapseAllTest.php#L73 <Drupal.Classes.ClassDeclaration.CloseBraceAfterBody>

The closing brace for the class must have an empty line before it
Raw output
/github/workspace/tests/src/FunctionalJavascript/ParagraphsFeatureCollapseAllTest.php:73:1: error: The closing brace for the class must have an empty line before it (Drupal.Classes.ClassDeclaration.CloseBraceAfterBody)