- Issue created by @Akshay kashyap
- Assigned to vimal_nadar
- Merge request !31Issue #3357392: Address coding standard issues in README.md file that trigger warning messages โ (Open) created by vimal_nadar
- last update
over 1 year ago 25 pass - Issue was unassigned.
- Status changed to Needs review
over 1 year ago 7:13am 1 May 2023 - last update
over 1 year ago 25 pass - ๐ฎ๐ณIndia Akshay kashyap
FILE: /home/gai/drupal-git/drupal/modules/backup_migrate/src/Core/Config/README.md
----------------------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 7 LINES
----------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
73 | ERROR | [x] Concat operator must be surrounded by a single space
74 | ERROR | [x] Concat operator must be surrounded by a single space
76 | ERROR | [x] Concat operator must be surrounded by a single space
78 | ERROR | [x] Concat operator must be surrounded by a single space
80 | ERROR | [x] Concat operator must be surrounded by a single space
80 | ERROR | [x] list(...) is forbidden, use [...] instead.
82 | ERROR | [x] Concat operator must be surrounded by a single space
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------FILE: /home/gai/drupal-git/drupal/modules/backup_migrate/src/Core/Service/README.md
-----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
-----------------------------------------------------------------------------------
3 | WARNING | Line exceeds 80 characters; contains 168 characters
11 | WARNING | Line exceeds 80 characters; contains 299 characters
13 | WARNING | Line exceeds 80 characters; contains 196 characters
-----------------------------------------------------------------------------------FILE: /home/gai/drupal-git/drupal/modules/backup_migrate/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
9 | WARNING | Line exceeds 80 characters; contains 124 characters
10 | WARNING | Line exceeds 80 characters; contains 92 characters
----------------------------------------------------------------------Time: 40ms; Memory: 8MB
- last update
over 1 year ago 25 pass - Status changed to Needs work
over 1 year ago 9:50am 1 May 2023 - ๐ฎ๐ณIndia Akshay kashyap
Created a MR request to fixed the
Concat operator must be surrounded by a single space
&WARNING | Line exceeds 80 characters;
- Status changed to Needs review
over 1 year ago 9:51am 1 May 2023 - Status changed to Needs work
over 1 year ago 10:04pm 2 May 2023 - ๐บ๐ธUnited States DamienMcKenna NH, USA
This needs work:
* Comments are not filled out to line 80 with many examples wrapping well short of that.
* Code comments that are wrapped at line 80 are not given the comment prefix.
* Sentences should be written in proper English with appropriate punctuation, e.g. no spaces between words and the period at the end. - ๐ฎ๐ณIndia ravi kant Jaipur
ravi kant โ made their first commit to this issueโs fork.
- last update
10 months ago 25 pass - Status changed to Needs review
10 months ago 8:21am 20 February 2024 - ๐ฎ๐ณIndia ravi kant Jaipur
Updated Readme file according README Template โ