Drupal Coding Standard Issue

Created on 14 July 2022, over 2 years ago
Updated 22 March 2023, over 1 year ago

$ phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml vault/

FILE: C:\Users\SI-001\Documents\vault\docs\dev\auth-plugins.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
----------------------------------------------------------------------
3 | WARNING | Line exceeds 80 characters; contains 197 characters
5 | WARNING | Line exceeds 80 characters; contains 87 characters
7 | WARNING | Line exceeds 80 characters; contains 175 characters
9 | WARNING | Line exceeds 80 characters; contains 142 characters
----------------------------------------------------------------------

FILE: C:\Users\SI-001\Documents\vault\docs\dev\lease-storage-plugins.md
-----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------
3 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------

FILE: C:\Users\SI-001\Documents\vault\docs\dev\README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
3 | WARNING | Line exceeds 80 characters; contains 96 characters
----------------------------------------------------------------------

FILE: C:\Users\SI-001\Documents\vault\docs\dev\secret-engines.md
------------------------------------------------------------------------
FOUND 1 ERROR AND 4 WARNINGS AFFECTING 4 LINES
------------------------------------------------------------------------
3 | WARNING | [ ] Line exceeds 80 characters; contains 174 characters
9 | WARNING | [ ] Line exceeds 80 characters; contains 123 characters
10 | WARNING | [ ] Line exceeds 80 characters; contains 107 characters
11 | WARNING | [ ] Line exceeds 80 characters; contains 116 characters
11 | ERROR | [x] Expected 1 newline at end of file; 2 found
------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------

FILE: C:\Users\SI-001\Documents\vault\docs\GLOSSARY.md
------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------
14 | WARNING | [ ] Line exceeds 80 characters; contains 102 characters
14 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------

FILE: C:\Users\SI-001\Documents\vault\docs\quick-start.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
3 | WARNING | Line exceeds 80 characters; contains 104 characters
26 | WARNING | Line exceeds 80 characters; contains 107 characters
----------------------------------------------------------------------

FILE: C:\Users\SI-001\Documents\vault\docs\README.md
------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
------------------------------------------------------------------------
13 | WARNING | [ ] Line exceeds 80 characters; contains 160 characters
15 | WARNING | [ ] Line exceeds 80 characters; contains 97 characters
42 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------

FILE: C:\Users\SI-001\Documents\vault\docs\SUMMARY.md
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
9 | ERROR | [x] Expected 1 newline at end of file; 3 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

FILE: C:\Users\SI-001\Documents\vault\src\Plugin\VaultAuthBase.php
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
5 | WARNING | [x] Unused use statement
8 | WARNING | [x] Unused use statement
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 885ms; Memory: 10MB

📌 Task
Status

Closed: won't fix

Version

2.0

Component

Code

Created by

🇮🇳India Rakhi Soni

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

Comments & Activities

Not all content is available!

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

  • 🇺🇸United States cmlara

    Closing as wontfix.

    The majority of this is in Markdown that was originally committed for GitBook which had its own standards. More than just automated patching to change the lines these will need an in-depth re-write if we retain them as they were only ever partially completed and have not yet be updated to any changes in 2.x.

    The remaining couple of in code related issues have already been fixed in other issues.

Production build 0.71.5 2024