Problem/Motivation

The pipeline currently shows some phpcs and cspell issues.

FILE: config/schema/tmgmt_auto_translate.schema.yml
-----------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------
 44 | ERROR | [x] Expected 1 newline at end of file; 0 found (Drupal.Files.EndFileNewline.NoneFound)
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------
FILE: README.md
-------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 9 WARNINGS AFFECTING 9 LINES
-------------------------------------------------------------------------------------------------------------
  3 | WARNING | Line exceeds 80 characters; contains 186 characters (Drupal.Files.TxtFileLineLength.TooLong)
  8 | WARNING | Line exceeds 80 characters; contains 108 characters (Drupal.Files.TxtFileLineLength.TooLong)
 34 | WARNING | Line exceeds 80 characters; contains 118 characters (Drupal.Files.TxtFileLineLength.TooLong)
 35 | WARNING | Line exceeds 80 characters; contains 118 characters (Drupal.Files.TxtFileLineLength.TooLong)
 39 | WARNING | Line exceeds 80 characters; contains 119 characters (Drupal.Files.TxtFileLineLength.TooLong)
 42 | WARNING | Line exceeds 80 characters; contains 104 characters (Drupal.Files.TxtFileLineLength.TooLong)
 44 | WARNING | Line exceeds 80 characters; contains 157 characters (Drupal.Files.TxtFileLineLength.TooLong)
 49 | WARNING | Line exceeds 80 characters; contains 105 characters (Drupal.Files.TxtFileLineLength.TooLong)
 59 | WARNING | Line exceeds 80 characters; contains 108 characters (Drupal.Files.TxtFileLineLength.TooLong)
-------------------------------------------------------------------------------------------------------------
Time: 155ms; Memory: 6MB
PHP CODE SNIFFER REPORT SUMMARY
----------------------------------------------------------------------
FILE                                                  ERRORS  WARNINGS
----------------------------------------------------------------------
README.md                                             0       9
config/schema/tmgmt_auto_translate.schema.yml         1       0
----------------------------------------------------------------------
A TOTAL OF 1 ERROR AND 9 WARNINGS WERE FOUND IN 6 FILES
----------------------------------------------------------------------
CSpell: Files checked: 7, Issues found: 1 in 1 file.
The number of distinct unrecognised/misspelled words is 1
------------
tjid
------------

Remaining tasks

Fix all issues so pipelines are all successful.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

guido_s created an issue. See original summary.

shamir.vs made their first commit to this issue’s fork.

shamir.vs’s picture

Status: Needs work » Needs review

I have created a merge request. Please take a moment to review it. Thank you!