Problem/Motivation
FILE: /var/www/html/maxlength/maxlength.module
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
254 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: /var/www/html/maxlength/maxlength.install
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
11 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
12 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: /var/www/html/maxlength/tests/src/FunctionalJavascript/MaxLengthCustomLinkWidgetTest.php
----------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------
3 | ERROR | [x] Expected strict_types=1, found strict_types = 1.
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------
FILE: /var/www/html/maxlength/tests/src/FunctionalJavascript/MaxLengthCustomWidgetTest.php
------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 21 WARNINGS AFFECTING 7 LINES
------------------------------------------------------------------------------------------
89 | WARNING | [ ] Line exceeds 80 characters; contains 103 characters
89 | WARNING | [x] There must be no blank line following an inline comment
89 | WARNING | [ ] There must be no blank line following an inline comment
95 | WARNING | [ ] Line exceeds 80 characters; contains 102 characters
95 | WARNING | [x] There must be no blank line following an inline comment
95 | WARNING | [ ] There must be no blank line following an inline comment
104 | WARNING | [ ] Line exceeds 80 characters; contains 102 characters
104 | WARNING | [x] There must be no blank line following an inline comment
104 | WARNING | [ ] There must be no blank line following an inline comment
113 | WARNING | [ ] Line exceeds 80 characters; contains 103 characters
113 | WARNING | [x] There must be no blank line following an inline comment
113 | WARNING | [ ] There must be no blank line following an inline comment
118 | WARNING | [ ] Line exceeds 80 characters; contains 103 characters
118 | WARNING | [x] There must be no blank line following an inline comment
118 | WARNING | [ ] There must be no blank line following an inline comment
124 | WARNING | [ ] Line exceeds 80 characters; contains 102 characters
124 | WARNING | [x] There must be no blank line following an inline comment
124 | WARNING | [ ] There must be no blank line following an inline comment
133 | WARNING | [ ] Line exceeds 80 characters; contains 102 characters
133 | WARNING | [x] There must be no blank line following an inline comment
133 | WARNING | [ ] There must be no blank line following an inline comment
------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------
Time: 385ms; Memory: 6MB
Issue fork maxlength-3513897
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ggh commentedMR Raised
Comment #4
paraderojether commentedHi
I reviewed MR!59 confirmed it passed phcps using Gitlab CI. However there are still phpcs issues found using PHP_CodeSniffer shown below:
Will retain the status to Needs Review so that others can also check.
Thank you.
Comment #6
paraderojether commentedHi
I reviewed MR!59 again, and confirmed PHPCS issue are now passed on Gitlab CI and PHPCodesniffer.
Moving this to RTBC!
Thank you!
Comment #8
joevagyok commented