Coding standard issues

Created on 11 October 2024, 6 months ago

Problem/Motivation

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

FILE: .../web/modules/custom/total_control/src/Routing/RouteSubscriber.php
---------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------
7 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Routing\RoutingEvents.
---------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------

FILE: .../web/modules/custom/total_control/src/Plugin/Block/AdministerMenus.php
--------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
--------------------------------------------------------------------------------------------------------------
6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Link.
119 | WARNING | [ ] Menu::loadMultiple calls should be avoided in classes, use dependency injection instead
220 | WARNING | [ ] Menu::loadMultiple calls should be avoided in classes, use dependency injection instead
--------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------

FILE: .../web/modules/custom/total_control/src/Plugin/Block/AdministerPanelPages.php
-------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------
6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Link.
-------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------

FILE: .../web/modules/custom/total_control/src/Plugin/Block/CreateContent.php
----------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------
6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Link.
----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------

FILE: .../web/modules/custom/total_control/src/Plugin/Block/ContentOverview.php
----------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------
6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Link.
----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------

FILE: .../web/modules/custom/total_control/src/Plugin/Block/AdministerContentTypes.php
---------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------
6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Link.
---------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------

FILE: .../web/modules/custom/total_control/src/Plugin/Block/AdministerTaxonomy.php
-----------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------
6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Link.
-----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------

FILE: .../web/modules/custom/total_control/src/Plugin/Derivative/TotalControlMenuLink.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
7 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Entity\EntityTypeManagerInterface.
---------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------

FILE: .../web/modules/custom/total_control/tests/src/FunctionalJavascript/TotalControlDashboardPageCheckTest.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------------
6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\StringTranslation\StringTranslationTrait.
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------

Steps to reproduce

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

Proposed resolution

Remaining tasks

  • โœ… File an issue
  • โž– Addition/Change/Update/Fix
  • โž– Testing to ensure no regression
  • โž– Automated unit testing coverage
  • โž– Automated functional testing coverage
  • โž– UX/UI designer responsibilities
  • โž– Readability
  • โž– Accessibility
  • โž– Performance
  • โž– Security
  • โž– Documentation
  • โž– Code review by maintainers
  • โž– Full testing and approval
  • โž– Credit contributors
  • โž– Review with the product owner
  • โž– Release notes snippet
  • โŒ Release

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • N/A
๐Ÿ“Œ Task
Status

Active

Version

3.0

Component

Code

Created by

๐Ÿ‡ต๐Ÿ‡ชPeru alyaj2a

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @alyaj2a
  • ๐Ÿ‡ต๐Ÿ‡ชPeru alyaj2a
  • ๐Ÿ‡ต๐Ÿ‡ชPeru alyaj2a
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia divyansh.gupta Jaipur
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia divyansh.gupta Jaipur

    Solved PHP_CodeSniffer errors by using dependency injections for menu.

  • ๐Ÿ‡ต๐Ÿ‡ญPhilippines clarkssquared

    Hi

    I applied MR !4 and checked the PHPCS and there is only one PHPCS warning left in the module

    โžœ  total_control git:(3.0.x) curl https://git.drupalcode.org/project/total_control/-/merge_requests/4.diff | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 11520    0 11520    0     0  21209      0 --:--:-- --:--:-- --:--:-- 21532
    patching file 'src/Plugin/Block/AdministerContentTypes.php'
    patching file 'src/Plugin/Block/AdministerMenus.php'
    patching file 'src/Plugin/Block/AdministerPanelPages.php'
    patching file 'src/Plugin/Block/AdministerTaxonomy.php'
    patching file 'src/Plugin/Block/ContentOverview.php'
    patching file 'src/Plugin/Block/CreateContent.php'
    patching file 'src/Plugin/Derivative/TotalControlMenuLink.php'
    patching file 'src/Routing/RouteSubscriber.php'
    patching file 'tests/src/FunctionalJavascript/TotalControlDashboardPageCheckTest.php'
    โžœ  total_control git:(3.0.x) โœ— ..
    โžœ  contrib git:(2.1.x) โœ— phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml total_control 
    
    FILE: ...ksubing-subing/Projects/drupal-issues/drupal-contrib/web/modules/contrib/total_control/css/theme/total-control.theme.css
    ------------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------------------------------------------------------------
     1 | WARNING | File appears to be minified and cannot be processed
    ------------------------------------------------------------------------------------------------------------------------------
    
    Time: 734ms; Memory: 10MB
    
    โžœ  contrib git:(2.1.x) โœ— 
    
    
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia divyansh.gupta Jaipur

    Hello @clarkssquared,
    The error you mentioned is already mentioned in .phpcs.xml file to exclude this file and it was also not mentioned in issue summary.
    <exclude-pattern>css/theme/total-control.theme.css</exclude-pattern>.
    So still should i remove this error or leave it.
    Also I found similar issue where it is told that it is not a issue or bug:
    ๐Ÿ“Œ File appears to be minified and cannot be processed Closed: works as designed .
    Also if you think that remaining errors mentioned in the issue summary are solved so can you please move the state of the issue to needs review, or if you think i should solve this error than please let me know so that i can try to remove this error.

  • ๐Ÿ‡ต๐Ÿ‡ญPhilippines clarkssquared

    Hi @ divyansh.gupta

    Got it, I will move the status to needs review so that other users can check also, RTBC +1 from me.

    Thanks

  • ๐Ÿ‡ฎ๐Ÿ‡นItaly apaderno Brescia, ๐Ÿ‡ฎ๐Ÿ‡น

    avpaderno โ†’ made their first commit to this issueโ€™s fork.

  • Pipeline finished with Success
    5 months ago
    Total: 230s
    #322413
  • ๐Ÿ‡ฎ๐Ÿ‡นItaly apaderno Brescia, ๐Ÿ‡ฎ๐Ÿ‡น

    avpaderno โ†’ changed the visibility of the branch 3480265-gitlab-ci-reports to hidden.

  • ๐Ÿ‡ฎ๐Ÿ‡นItaly apaderno Brescia, ๐Ÿ‡ฎ๐Ÿ‡น
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia kulpratap2002

    I have reviewed the issue and verified that all PHPCS issues have been resolved. The GitLab CI pipeline is passing with no phpcs errors. Based on this, I am moving the issue to RTBC.

Production build 0.71.5 2024