Fix the issues reported by phpcs

Created on 11 July 2023, over 1 year ago
Updated 14 May 2024, 6 months ago

Problem/Motivation
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig /var/www/html/VB/drupal-10.1.0/modules/contrib/bootstrap_pages/

FILE: /var/www/html/VB/drupal-10.1.0/modules/contrib/bootstrap_pages/bootstrap_pages.install
-------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------
10 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Component\Utility\NestedArray.
-------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/VB/drupal-10.1.0/modules/contrib/bootstrap_pages/CONTRIBUTOR.md
-----------------------------------------------------------------------------------
FOUND 1 ERROR AND 24 WARNINGS AFFECTING 25 LINES
-----------------------------------------------------------------------------------
30 | WARNING | [ ] Line exceeds 80 characters; contains 113 characters
35 | WARNING | [ ] Line exceeds 80 characters; contains 135 characters
36 | WARNING | [ ] Line exceeds 80 characters; contains 90 characters
48 | WARNING | [ ] Line exceeds 80 characters; contains 236 characters
52 | WARNING | [ ] Line exceeds 80 characters; contains 192 characters
60 | WARNING | [ ] Line exceeds 80 characters; contains 93 characters
63 | WARNING | [ ] Line exceeds 80 characters; contains 427 characters
65 | WARNING | [ ] Line exceeds 80 characters; contains 128 characters
70 | WARNING | [ ] Line exceeds 80 characters; contains 171 characters
74 | WARNING | [ ] Line exceeds 80 characters; contains 115 characters
76 | WARNING | [ ] Line exceeds 80 characters; contains 151 characters
77 | WARNING | [ ] Line exceeds 80 characters; contains 448 characters
83 | WARNING | [ ] Line exceeds 80 characters; contains 99 characters
87 | WARNING | [ ] Line exceeds 80 characters; contains 294 characters
100 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
101 | WARNING | [ ] Line exceeds 80 characters; contains 101 characters
102 | WARNING | [ ] Line exceeds 80 characters; contains 142 characters
103 | WARNING | [ ] Line exceeds 80 characters; contains 103 characters
105 | WARNING | [ ] Line exceeds 80 characters; contains 137 characters
106 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
112 | WARNING | [ ] Line exceeds 80 characters; contains 91 characters
114 | WARNING | [ ] Line exceeds 80 characters; contains 100 characters
131 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
135 | WARNING | [ ] Line exceeds 80 characters; contains 234 characters
150 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------

Time: 479ms; Memory: 10MB

Steps to reproduce
Run this command
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig /var/www/html/VB/drupal-10.1.0/modules/contrib/bootstrap_pages/

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India indrapatil Bangalore

Live updates comments and jobs are added and updated live.
  • Coding standards

    It involves compliance with, or the content of coding standards. Requires broad community agreement.

Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @indrapatil
  • Merge request !2Fixed the issues. → (Merged) created by Unnamed author
  • Issue was unassigned.
  • Status changed to Needs review over 1 year ago
  • 🇮🇳India indrapatil Bangalore
  • Status changed to Needs work over 1 year ago
  • 🇵🇭Philippines roberttabigue

    Hi @Indrapatil,

    After applying the latest MR !2 to the Bootstrap Pages module against 8.x-1.x-dev on Drupal 9.5.10, I'm still seeing several errors:

    FILE: /Users/roberttabigue/Projects/drupalorgissues/docroot/modules/contrib/bootstrap_pages/CONTRIBUTOR.md
    ----------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 24 WARNINGS AFFECTING 24 LINES
    ----------------------------------------------------------------------------------------------------------
      30 | WARNING | Line exceeds 80 characters; contains 113 characters
      35 | WARNING | Line exceeds 80 characters; contains 135 characters
      36 | WARNING | Line exceeds 80 characters; contains 90 characters
      48 | WARNING | Line exceeds 80 characters; contains 236 characters
      52 | WARNING | Line exceeds 80 characters; contains 192 characters
      60 | WARNING | Line exceeds 80 characters; contains 93 characters
      63 | WARNING | Line exceeds 80 characters; contains 427 characters
      65 | WARNING | Line exceeds 80 characters; contains 128 characters
      70 | WARNING | Line exceeds 80 characters; contains 171 characters
      74 | WARNING | Line exceeds 80 characters; contains 115 characters
      76 | WARNING | Line exceeds 80 characters; contains 151 characters
      77 | WARNING | Line exceeds 80 characters; contains 448 characters
      83 | WARNING | Line exceeds 80 characters; contains 99 characters
      87 | WARNING | Line exceeds 80 characters; contains 294 characters
     100 | WARNING | Line exceeds 80 characters; contains 81 characters
     101 | WARNING | Line exceeds 80 characters; contains 101 characters
     102 | WARNING | Line exceeds 80 characters; contains 142 characters
     103 | WARNING | Line exceeds 80 characters; contains 103 characters
     105 | WARNING | Line exceeds 80 characters; contains 137 characters
     106 | WARNING | Line exceeds 80 characters; contains 81 characters
     112 | WARNING | Line exceeds 80 characters; contains 91 characters
     114 | WARNING | Line exceeds 80 characters; contains 100 characters
     131 | WARNING | Line exceeds 80 characters; contains 82 characters
     135 | WARNING | Line exceeds 80 characters; contains 234 characters
    ----------------------------------------------------------------------------------------------------------
    
    Time: 500ms; Memory: 10MB

    I'm moving this for now to Needs work for investigations.
    Thank you!

  • Assigned to imustakim
  • 🇮🇳India imustakim Ahmedabad
  • Issue was unassigned.
  • Status changed to Needs review over 1 year ago
  • 🇮🇳India imustakim Ahmedabad

    MR updated and now only these two issues are remaining because these lines contains link and we can't break it.
    Assuming these can be ignored.
    Rest of the errors are fixed.
    Please review.

    FILE: /Users/specbee/Sites/Projects/bootstrap_pages-3373757/CONTRIBUTOR.md
    --------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    --------------------------------------------------------------------------
      38 | WARNING | Line exceeds 80 characters; contains 84 characters
     152 | WARNING | Line exceeds 80 characters; contains 81 characters
    --------------------------------------------------------------------------
    
    Time: 417ms; Memory: 10MB
    
    
  • Status changed to RTBC over 1 year ago
  • 🇵🇭Philippines roberttabigue

    Hi,

    I applied the latest MR and confirmed I'm seeing the 2 issues remaining mentioned above which can be ignored.

    I re-ran this command on the module:
    phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig bootstrap_pages/

    Please see the attached file for reference.

    I'm moving this now to RTBC.

    Thank you!

  • First commit to issue fork.
  • Status changed to Fixed 7 months ago
  • 🇺🇸United States thejimbirch Cape Cod, Massachusetts

    Merged, thanks!

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

Production build 0.71.5 2024