reviewdog [drupal-coder (drupal)] report
reported by reviewdog 🐶
Findings (6)
tests/src/FunctionalJavascript/ImageUploadTest.php|31 col 1| Line exceeds 80 characters; contains 86 characters
tests/src/FunctionalJavascript/ImageUploadTest.php|31 col 1| Line indented incorrectly; expected 4 spaces, found 0
tests/src/FunctionalJavascript/ImageUploadTest.php|31 col 1| 4 spaces found before inline comment; expected "// /** @var \Drupal\FunctionalJavascriptTests\WebDriverWebAssert $assert_session /" but found "// /* @var \Drupal\FunctionalJavascriptTests\WebDriverWebAssert $assert_session */"
tests/src/FunctionalJavascript/ImageUploadTest.php|32 col 1| Line indented incorrectly; expected 4 spaces, found 0
tests/src/FunctionalJavascript/ImageUploadTest.php|33 col 1| There must be no blank line following an inline comment
tests/src/FunctionalJavascript/ImageUploadTest.php|33 col 1| Line indented incorrectly; expected 4 spaces, found 0
Filtered Findings (0)
Annotations
Check warning on line 31 in tests/src/FunctionalJavascript/ImageUploadTest.php
github-actions / drupal-coder (drupal)
[drupal-coder (drupal)] tests/src/FunctionalJavascript/ImageUploadTest.php#L31 <Drupal.Files.LineLength.TooLong>
Line exceeds 80 characters; contains 86 characters
Raw output
/github/workspace/tests/src/FunctionalJavascript/ImageUploadTest.php:31:1: warning: Line exceeds 80 characters; contains 86 characters (Drupal.Files.LineLength.TooLong)
Check failure on line 31 in tests/src/FunctionalJavascript/ImageUploadTest.php
github-actions / drupal-coder (drupal)
[drupal-coder (drupal)] tests/src/FunctionalJavascript/ImageUploadTest.php#L31 <Drupal.WhiteSpace.ScopeIndent.IncorrectExact>
Line indented incorrectly; expected 4 spaces, found 0
Raw output
/github/workspace/tests/src/FunctionalJavascript/ImageUploadTest.php:31:1: error: Line indented incorrectly; expected 4 spaces, found 0 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
Check failure on line 31 in tests/src/FunctionalJavascript/ImageUploadTest.php
github-actions / drupal-coder (drupal)
[drupal-coder (drupal)] tests/src/FunctionalJavascript/ImageUploadTest.php#L31 <Drupal.Commenting.InlineComment.SpacingBefore>
4 spaces found before inline comment; expected "// /** @var \Drupal\FunctionalJavascriptTests\WebDriverWebAssert $assert_session */" but found "// /** @var \Drupal\FunctionalJavascriptTests\WebDriverWebAssert $assert_session */"
Raw output
/github/workspace/tests/src/FunctionalJavascript/ImageUploadTest.php:31:1: error: 4 spaces found before inline comment; expected "// /** @var \Drupal\FunctionalJavascriptTests\WebDriverWebAssert $assert_session */" but found "// /** @var \Drupal\FunctionalJavascriptTests\WebDriverWebAssert $assert_session */" (Drupal.Commenting.InlineComment.SpacingBefore)
Check failure on line 32 in tests/src/FunctionalJavascript/ImageUploadTest.php
github-actions / drupal-coder (drupal)
[drupal-coder (drupal)] tests/src/FunctionalJavascript/ImageUploadTest.php#L32 <Drupal.WhiteSpace.ScopeIndent.IncorrectExact>
Line indented incorrectly; expected 4 spaces, found 0
Raw output
/github/workspace/tests/src/FunctionalJavascript/ImageUploadTest.php:32:1: error: Line indented incorrectly; expected 4 spaces, found 0 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
Check warning on line 33 in tests/src/FunctionalJavascript/ImageUploadTest.php
github-actions / drupal-coder (drupal)
[drupal-coder (drupal)] tests/src/FunctionalJavascript/ImageUploadTest.php#L33 <Drupal.Commenting.InlineComment.SpacingAfter>
There must be no blank line following an inline comment
Raw output
/github/workspace/tests/src/FunctionalJavascript/ImageUploadTest.php:33:1: warning: There must be no blank line following an inline comment (Drupal.Commenting.InlineComment.SpacingAfter)
Check failure on line 33 in tests/src/FunctionalJavascript/ImageUploadTest.php
github-actions / drupal-coder (drupal)
[drupal-coder (drupal)] tests/src/FunctionalJavascript/ImageUploadTest.php#L33 <Drupal.WhiteSpace.ScopeIndent.IncorrectExact>
Line indented incorrectly; expected 4 spaces, found 0
Raw output
/github/workspace/tests/src/FunctionalJavascript/ImageUploadTest.php:33:1: error: Line indented incorrectly; expected 4 spaces, found 0 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)