Fix the issues reported by phpcs

Created on 11 January 2023, over 1 year ago
Updated 19 January 2024, 4 months ago

Problem/Motivation

Running phpcs --standard="Drupal,DrupalPractice" --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml modules/contrib/gutenberg/css shows the following errors/warnings.

FILE: /app/modules/contrib/gutenberg/css/admin.css
 384 | ERROR | [x] Expected 1 newline at end of file; 0 found

FILE: /app/modules/contrib/gutenberg/css/bartik.css
 17 | ERROR | [x] Expected 1 newline at end of file; 0 found

FILE: /app/modules/contrib/gutenberg/css/block-library.css
 9 | ERROR | [x] Expected 1 newline at end of file; 0 found

FILE: /app/modules/contrib/gutenberg/css/claro.css
  7 | ERROR | [ ] Style definitions must end with a semicolon
  8 | ERROR | [ ] Style definitions must end with a semicolon
  9 | ERROR | [ ] Style definitions must end with a semicolon
 10 | ERROR | [ ] Style definitions must end with a semicolon
 51 | ERROR | [x] Expected 1 newline at end of file; 0 found

FILE: /app/modules/contrib/gutenberg/css/editor.css
  81 | ERROR | [x] Multiple selectors should each be on a single line
 172 | ERROR | [x] Multiple selectors should each be on a single line
 210 | ERROR | [x] Multiple selectors should each be on a single line
 214 | ERROR | [x] Expected 1 newline at end of file; 0 found

FILE: /app/modules/contrib/gutenberg/css/olivero.css
   4 | ERROR | [x] Selectors must be on a single line
  83 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
  84 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
  85 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
 100 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
 101 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
 102 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
 110 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
 111 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
 112 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
 114 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
 115 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
 117 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
 118 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 0
 129 | ERROR | [ ] Class definition is empty
 417 | ERROR | [x] Multiple selectors should each be on a single line
 426 | ERROR | [x] Multiple selectors should each be on a single line
 431 | ERROR | [x] Multiple selectors should each be on a single line
 441 | ERROR | [x] Multiple selectors should each be on a single line
 446 | ERROR | [x] Multiple selectors should each be on a single line
 450 | ERROR | [x] Multiple selectors should each be on a single line
 455 | ERROR | [x] Multiple selectors should each be on a single line
 461 | ERROR | [x] Multiple selectors should each be on a single line
 465 | ERROR | [x] Multiple selectors should each be on a single line
 469 | ERROR | [x] Multiple selectors should each be on a single line
 473 | ERROR | [x] Multiple selectors should each be on a single line
 477 | ERROR | [x] Multiple selectors should each be on a single line
 481 | ERROR | [x] Multiple selectors should each be on a single line
 489 | ERROR | [x] Multiple selectors should each be on a single line
 493 | ERROR | [x] Multiple selectors should each be on a single line
 497 | ERROR | [x] Multiple selectors should each be on a single line
 501 | ERROR | [x] Multiple selectors should each be on a single line
 505 | ERROR | [x] Multiple selectors should each be on a single line
 509 | ERROR | [x] Multiple selectors should each be on a single line
 513 | ERROR | [x] Multiple selectors should each be on a single line
 523 | ERROR | [x] Multiple selectors should each be on a single line
 527 | ERROR | [x] Multiple selectors should each be on a single line
 531 | ERROR | [x] Multiple selectors should each be on a single line
 539 | ERROR | [x] Multiple selectors should each be on a single line
 543 | ERROR | [x] Multiple selectors should each be on a single line
 547 | ERROR | [x] Multiple selectors should each be on a single line
 551 | ERROR | [x] Multiple selectors should each be on a single line
 555 | ERROR | [x] Multiple selectors should each be on a single line
 565 | ERROR | [x] Multiple selectors should each be on a single line
 572 | ERROR | [x] Multiple selectors should each be on a single line
 652 | ERROR | [x] Expected 1 newline at end of file; 0 found

FILE: /app/modules/contrib/gutenberg/css/seven.css
  6 | ERROR | [ ] Style definitions must end with a semicolon
  7 | ERROR | [ ] Style definitions must end with a semicolon
 32 | ERROR | [x] Expected 1 newline at end of file; 0 found

Proposed resolution

Fix the errors and warnings.

📌 Task
Status

Closed: duplicate

Version

2.0

Component

Code

Created by

🇮🇳India shivam-kumar

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

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    Anyway, why is PHP_CodeSniffer used only to check a single directory?

  • Pipeline finished with Skipped
    8 months ago
    #22815
  • Pipeline finished with Skipped
    6 months ago
    #48885
  • First commit to issue fork.
  • Status changed to Closed: duplicate 4 months ago
  • 🇷🇺Russia zniki.ru

    Close because there is another issue 📌 Fix the issues reported by phpcs Needs work

  • Pipeline finished with Running
    4 months ago
    #81759
  • Pipeline finished with Skipped
    4 months ago
    #83418
  • Pipeline finished with Skipped
    4 months ago
    #86902
  • Pipeline finished with Failed
    3 months ago
    Total: 174s
    #97311
  • Pipeline finished with Failed
    3 months ago
    Total: 152s
    #106158
  • Pipeline finished with Success
    3 months ago
    Total: 156s
    #106161
  • Pipeline finished with Success
    3 months ago
    Total: 153s
    #106388
  • Pipeline finished with Skipped
    3 months ago
    #110676
  • Pipeline finished with Success
    3 months ago
    Total: 160s
    #111094
  • Pipeline finished with Failed
    2 months ago
    #123334
  • Pipeline finished with Success
    2 months ago
    Total: 1759s
    #123335
  • Pipeline finished with Success
    2 months ago
    Total: 2843s
    #125031
  • Pipeline finished with Success
    2 months ago
    Total: 148s
    #125074
  • Pipeline finished with Success
    2 months ago
    Total: 138s
    #125080
  • Pipeline finished with Success
    2 months ago
    Total: 139s
    #125105
  • Pipeline finished with Success
    2 months ago
    Total: 143s
    #125115
  • Pipeline finished with Success
    2 months ago
    Total: 140s
    #125131
  • Pipeline finished with Success
    2 months ago
    Total: 210s
    #125164
  • Pipeline finished with Success
    2 months ago
    Total: 174s
    #125204
  • Pipeline finished with Success
    2 months ago
    Total: 139s
    #125359
  • Pipeline finished with Failed
    about 2 months ago
    Total: 214s
    #135935
  • Pipeline finished with Failed
    about 2 months ago
    Total: 222s
    #135948
  • Pipeline finished with Success
    about 2 months ago
    Total: 197s
    #137635
  • Pipeline finished with Failed
    about 1 month ago
    Total: 636s
    #143691
  • Pipeline finished with Failed
    about 1 month ago
    #143712
  • Pipeline finished with Failed
    about 1 month ago
    #143716
  • Pipeline finished with Failed
    about 1 month ago
    Total: 35s
    #143730
  • Pipeline finished with Failed
    about 1 month ago
    Total: 34s
    #148128
  • Pipeline finished with Failed
    about 1 month ago
    Total: 607s
    #148141
  • Pipeline finished with Canceled
    about 1 month ago
    Total: 235s
    #151798
  • Pipeline finished with Failed
    about 1 month ago
    Total: 43s
    #151800
  • Pipeline finished with Success
    about 1 month ago
    Total: 235s
    #151802
  • Pipeline finished with Success
    about 1 month ago
    Total: 234s
    #151803
  • Pipeline finished with Failed
    about 1 month ago
    #151892
  • Pipeline finished with Failed
    about 1 month ago
    #151897
  • Pipeline finished with Failed
    about 1 month ago
    Total: 238s
    #151953
  • Pipeline finished with Success
    about 1 month ago
    Total: 659s
    #151961
  • Pipeline finished with Failed
    about 1 month ago
    #151988
  • Pipeline finished with Success
    about 1 month ago
    Total: 349s
    #152009
  • Pipeline finished with Success
    about 1 month ago
    Total: 707s
    #152055
  • Pipeline finished with Success
    about 1 month ago
    Total: 8004s
    #152063
  • Pipeline finished with Success
    24 days ago
    Total: 261s
    #159845
  • Pipeline finished with Success
    23 days ago
    Total: 314s
    #160699
  • Pipeline finished with Canceled
    23 days ago
    Total: 269s
    #160888
  • Pipeline finished with Success
    23 days ago
    Total: 286s
    #160893
  • Pipeline finished with Canceled
    23 days ago
    #160916
  • Pipeline finished with Canceled
    23 days ago
    Total: 113s
    #160917
  • Pipeline finished with Failed
    23 days ago
    Total: 397s
    #160919
  • Pipeline finished with Failed
    23 days ago
    Total: 287s
    #160930
  • Pipeline finished with Success
    23 days ago
    Total: 230s
    #160935
  • Pipeline finished with Success
    22 days ago
    Total: 177s
    #161714
  • Pipeline finished with Success
    22 days ago
    Total: 151s
    #161726
  • Pipeline finished with Success
    19 days ago
    #164204
  • Pipeline finished with Success
    16 days ago
    Total: 258s
    #166551
  • Pipeline finished with Success
    16 days ago
    Total: 284s
    #166572
  • Pipeline finished with Skipped
    15 days ago
    #167158
  • Pipeline finished with Success
    15 days ago
    Total: 291s
    #167347
  • Pipeline finished with Success
    15 days ago
    Total: 223s
    #167391
  • Pipeline finished with Success
    3 days ago
    Total: 245s
    #177143
  • Pipeline finished with Success
    3 days ago
    Total: 284s
    #177152
  • Pipeline finished with Skipped
    1 day ago
    #179046
  • Pipeline finished with Canceled
    1 day ago
    Total: 15s
    #179044
Production build 0.69.0 2024