Fix the issues reported by phpcs

Created on 11 January 2023, over 2 years ago
Updated 19 January 2024, over 1 year 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?

  • First commit to issue fork.
  • Status changed to Closed: duplicate over 1 year ago
  • 🇷🇺Russia zniki.ru

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

  • Pipeline finished with Failed
    over 1 year ago
    Total: 174s
    #97311
  • Pipeline finished with Failed
    over 1 year ago
    Total: 152s
    #106158
  • Pipeline finished with Success
    over 1 year ago
    Total: 156s
    #106161
  • Pipeline finished with Skipped
    over 1 year ago
    #110676
  • Pipeline finished with Success
    over 1 year ago
    Total: 138s
    #125080
  • Pipeline finished with Success
    over 1 year ago
    Total: 143s
    #125115
  • Pipeline finished with Success
    over 1 year ago
    Total: 210s
    #125164
  • Pipeline finished with Failed
    over 1 year ago
    Total: 214s
    #135935
  • Pipeline finished with Failed
    over 1 year ago
    Total: 222s
    #135948
  • Pipeline finished with Failed
    over 1 year ago
    #143712
  • Pipeline finished with Failed
    about 1 year ago
    Total: 607s
    #148141
  • Pipeline finished with Canceled
    about 1 year ago
    Total: 235s
    #151798
  • Pipeline finished with Failed
    about 1 year ago
    Total: 43s
    #151800
  • Pipeline finished with Success
    about 1 year ago
    Total: 235s
    #151802
  • Pipeline finished with Success
    about 1 year ago
    Total: 234s
    #151803
  • Pipeline finished with Success
    about 1 year ago
    Total: 659s
    #151961
  • Pipeline finished with Failed
    about 1 year ago
    #151988
  • Pipeline finished with Success
    about 1 year ago
    Total: 349s
    #152009
  • Pipeline finished with Success
    about 1 year ago
    Total: 707s
    #152055
  • Pipeline finished with Success
    about 1 year ago
    Total: 289s
    #159426
  • Pipeline finished with Success
    about 1 year ago
    Total: 261s
    #159845
  • Pipeline finished with Success
    about 1 year ago
    Total: 286s
    #160893
  • Pipeline finished with Canceled
    about 1 year ago
    #160916
  • Pipeline finished with Canceled
    about 1 year ago
    Total: 113s
    #160917
  • Pipeline finished with Success
    about 1 year ago
    Total: 230s
    #160935
  • Pipeline finished with Success
    about 1 year ago
    #164204
  • Pipeline finished with Success
    about 1 year ago
    Total: 258s
    #166551
  • Pipeline finished with Success
    about 1 year ago
    Total: 284s
    #166572
  • Pipeline finished with Success
    about 1 year ago
    Total: 291s
    #167347
  • Pipeline finished with Success
    about 1 year ago
    Total: 223s
    #167391
  • Pipeline finished with Success
    about 1 year ago
    Total: 245s
    #177143
  • Pipeline finished with Failed
    about 1 year ago
    Total: 279s
    #183879
  • Pipeline finished with Success
    about 1 year ago
    Total: 334s
    #184140
  • Pipeline finished with Success
    about 1 year ago
    Total: 366s
    #185905
  • Pipeline finished with Canceled
    about 1 year ago
    #185936
  • Pipeline finished with Success
    about 1 year ago
    Total: 240s
    #187421
  • Pipeline finished with Success
    about 1 year ago
    Total: 664s
    #194765
  • Pipeline finished with Success
    about 1 year ago
    Total: 147s
    #194779
  • Pipeline finished with Success
    about 1 year ago
    Total: 270s
    #217050
  • Pipeline finished with Manual
    about 1 year ago
    #219873
  • Pipeline finished with Manual
    about 1 year ago
    #220806
  • Pipeline finished with Manual
    about 1 year ago
    #221968
  • Pipeline finished with Failed
    12 months ago
    Total: 37s
    #224764
  • Pipeline finished with Failed
    12 months ago
    Total: 40s
    #224791
  • Pipeline finished with Success
    12 months ago
    Total: 366s
    #224818
  • Pipeline finished with Failed
    12 months ago
    #231959
  • Pipeline finished with Success
    12 months ago
    #232295
  • Pipeline finished with Success
    12 months ago
    Total: 86s
    #232297
  • Pipeline finished with Success
    12 months ago
    #232313
  • Pipeline finished with Success
    12 months ago
    Total: 289s
    #232322
  • Pipeline finished with Success
    12 months ago
    Total: 367s
    #232823
  • Pipeline finished with Success
    12 months ago
    Total: 292s
    #232981
  • Pipeline finished with Success
    12 months ago
    Total: 316s
    #233120
  • Pipeline finished with Success
    12 months ago
    Total: 438s
    #233918
  • Pipeline finished with Failed
    12 months ago
    #234865
  • Pipeline finished with Failed
    12 months ago
    Total: 590s
    #234878
  • Pipeline finished with Success
    11 months ago
    Total: 495s
    #243327
  • Pipeline finished with Success
    11 months ago
    Total: 439s
    #243347
  • Pipeline finished with Success
    11 months ago
    Total: 116s
    #243367
  • Pipeline finished with Success
    11 months ago
    Total: 423s
    #243370
  • Pipeline finished with Success
    11 months ago
    Total: 454s
    #243421
  • Pipeline finished with Success
    11 months ago
    Total: 421s
    #243504
  • Pipeline finished with Success
    11 months ago
    Total: 513s
    #243517
  • Pipeline finished with Success
    11 months ago
    Total: 449s
    #243535
  • Pipeline finished with Success
    11 months ago
    Total: 456s
    #243559
  • Pipeline finished with Success
    11 months ago
    #244419
  • Pipeline finished with Success
    11 months ago
    #245109
  • Pipeline finished with Success
    11 months ago
    Total: 454s
    #245398
  • Pipeline finished with Failed
    11 months ago
    Total: 326s
    #246501
  • Pipeline finished with Failed
    11 months ago
    Total: 2233s
    #246504
  • Pipeline finished with Success
    11 months ago
    Total: 424s
    #248924
  • Pipeline finished with Canceled
    11 months ago
    Total: 83s
    #249185
  • Pipeline finished with Failed
    11 months ago
    Total: 319s
    #249186
  • Pipeline finished with Failed
    11 months ago
    Total: 7246s
    #249402
  • Pipeline finished with Success
    11 months ago
    Total: 291s
    #249855
  • Pipeline finished with Success
    11 months ago
    Total: 202s
    #257479
  • Pipeline finished with Success
    11 months ago
    Total: 207s
    #258556
  • Pipeline finished with Canceled
    11 months ago
    #260462
  • Pipeline finished with Success
    11 months ago
    Total: 306s
    #261605
  • Pipeline finished with Success
    11 months ago
    Total: 235s
    #262870
  • Pipeline finished with Failed
    11 months ago
    Total: 175s
    #262925
  • Pipeline finished with Skipped
    10 months ago
    #283724
  • Pipeline finished with Success
    10 months ago
    Total: 171s
    #294310
  • Pipeline finished with Success
    10 months ago
    Total: 163s
    #294311
  • Pipeline finished with Success
    9 months ago
    Total: 186s
    #304333
  • Pipeline finished with Success
    9 months ago
    Total: 274s
    #304345
  • Pipeline finished with Failed
    9 months ago
    Total: 116s
    #304909
  • Pipeline finished with Failed
    9 months ago
    Total: 21s
    #304924
  • Pipeline finished with Failed
    9 months ago
    Total: 31s
    #304936
  • Pipeline finished with Success
    9 months ago
    Total: 150s
    #307436
  • Pipeline finished with Success
    9 months ago
    Total: 136s
    #313725
  • Pipeline finished with Success
    9 months ago
    Total: 204s
    #313732
  • Pipeline finished with Success
    9 months ago
    Total: 331s
    #313751
  • Pipeline finished with Failed
    9 months ago
    Total: 470s
    #322192
  • Pipeline finished with Failed
    9 months ago
    Total: 526s
    #322213
  • Pipeline finished with Failed
    9 months ago
    Total: 524s
    #322368
  • Pipeline finished with Success
    9 months ago
    Total: 287s
    #323468
  • Pipeline finished with Success
    9 months ago
    Total: 34186s
    #323793
  • Pipeline finished with Success
    9 months ago
    Total: 384s
    #326663
  • Pipeline finished with Skipped
    8 months ago
    #347298
Production build 0.71.5 2024