Problem/Motivation
❯ phpcs --standard="Drupal,DrupalPractice" --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml,css,js .
FILE: /Users/specbee/Sites/Projects/url_restriction_by_role/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
----------------------------------------------------------------------
14 | WARNING | Line exceeds 80 characters; contains 95 characters
15 | WARNING | Line exceeds 80 characters; contains 88 characters
51 | WARNING | Line exceeds 80 characters; contains 118 characters
52 | WARNING | Line exceeds 80 characters; contains 131 characters
53 | WARNING | Line exceeds 80 characters; contains 213 characters
54 | WARNING | Line exceeds 80 characters; contains 140 characters
----------------------------------------------------------------------
Time: 156ms; Memory: 10MB
Steps to reproduce
Run following command
phpcs --standard=“Drupal,DrupalPractice” --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml,css,js .
Comments
Comment #2
dineshkumarbollu commentedComment #3
clarkssquared commentedHi dineshkumarbollu
I applied your patch #2 to the URL Restriction By Role module version 1.1.x-dev and verified that the PHPCS issues were fixed.
Please look at the screenshot attached as your reference.
Thank you.
Comment #4
avpadernoThe issue summary should always describe what the issue is trying to fix and, in the case, of coding standards issues, show which command has been used, which arguments have been used, and which report that command shown.
Comment #5
imustakim commentedIssue summary updated.
Comment #6
avpadernoComment #7
dmcosta commentedThank you everyone. Patch committed to the dev branch.
Comment #8
dmcosta commented