Problem/Motivation

vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig web/modules/contrib/shy_one_time/

FILE: /var/www/html/contributions/web/modules/contrib/shy_one_time/shy_one_time.services.yml
--------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------
12 | ERROR | [x] Expected 1 newline at end of file; 2 found
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------

FILE: /var/www/html/contributions/web/modules/contrib/shy_one_time/README.md
----------------------------------------------------------------------------
FOUND 0 ERRORS AND 21 WARNINGS AFFECTING 21 LINES
----------------------------------------------------------------------------
14 | WARNING | Line exceeds 80 characters; contains 118 characters
15 | WARNING | Line exceeds 80 characters; contains 117 characters
16 | WARNING | Line exceeds 80 characters; contains 119 characters
17 | WARNING | Line exceeds 80 characters; contains 116 characters
22 | WARNING | Line exceeds 80 characters; contains 119 characters
27 | WARNING | Line exceeds 80 characters; contains 110 characters
28 | WARNING | Line exceeds 80 characters; contains 114 characters
29 | WARNING | Line exceeds 80 characters; contains 119 characters
32 | WARNING | Line exceeds 80 characters; contains 103 characters
47 | WARNING | Line exceeds 80 characters; contains 118 characters
50 | WARNING | Line exceeds 80 characters; contains 120 characters
55 | WARNING | Line exceeds 80 characters; contains 102 characters
59 | WARNING | Line exceeds 80 characters; contains 105 characters
72 | WARNING | Line exceeds 80 characters; contains 119 characters
73 | WARNING | Line exceeds 80 characters; contains 116 characters
81 | WARNING | Line exceeds 80 characters; contains 120 characters
85 | WARNING | Line exceeds 80 characters; contains 117 characters
91 | WARNING | Line exceeds 80 characters; contains 94 characters
92 | WARNING | Line exceeds 80 characters; contains 115 characters
97 | WARNING | Line exceeds 80 characters; contains 118 characters
98 | WARNING | Line exceeds 80 characters; contains 92 characters
----------------------------------------------------------------------------

Steps to reproduce

Proposed resolution

phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig

Remaining tasks

User interface changes

API changes

Data model changes

Comments

dineshkumarbollu created an issue. See original summary.

dineshkumarbollu’s picture

Assigned: dineshkumarbollu » Unassigned
Status: Active » Needs review
StatusFileSize
new6.58 KB

Status: Needs review » Needs work

The last submitted patch, 2: codingstandards-3373494-2.patch, failed testing. View results

  • zcht committed 90ed493c on 2.0.x
    Issue #3373494 by dineshkumarbollu: Fix coding standard problems...
zcht’s picture

Status: Needs work » Fixed
zcht’s picture

Thanks for pointing that out, the patch unfortunately didn't solve all the spots cleanly, so a little reroll.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.