Problem/Motivation
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig .
FILE: .../web/modules/custom/linkpurpose/library/css/linkpurpose.css
---------------------------------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 4 LINES
---------------------------------------------------------------------------------------------
46 | ERROR | [x] Multiple selectors should each be on a single line
46 | ERROR | [x] Multiple selectors should each be on a single line
47 | ERROR | [x] Multiple selectors should each be on a single line
47 | ERROR | [x] Multiple selectors should each be on a single line
48 | ERROR | [x] Multiple selectors should each be on a single line
48 | ERROR | [x] Multiple selectors should each be on a single line
49 | ERROR | [x] Multiple selectors should each be on a single line
49 | ERROR | [x] Multiple selectors should each be on a single line
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------
FILE: .../web/modules/custom/linkpurpose/linkpurpose.links.menu.yml
--------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------
5 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------
Steps to reproduce
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig .
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork linkpurpose-3474007
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 #2
alyaj2a commentedComment #4
alyaj2a commentedComment #5
itmaybejj commentedComment #6
clarkssquared commentedHi
I applied MR !4 and I confirmed that it fixes all the PHPCS issues
Comment #8
itmaybejj commentedThank you.