Problem/Motivation

Recent changes introduced some minor phpcs and cspell warnings in the pipeline:

* cspell missing words: micka (heh), recognises (too many doctor who books as a kid)
* phpcs

------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------
 117 | WARNING | Avoid backslash escaping in translatable strings when possible, use "" quotes instead
     |         | (Drupal.Semantics.FunctionT.BackslashSingleQuote)
 171 | WARNING | Translatable strings must not begin or end with white spaces, use placeholders with t() for variables
     |         | (Drupal.Semantics.FunctionT.WhiteSpace)
 183 | WARNING | Avoid backslash escaping in translatable strings when possible, use "" quotes instead
     |         | (Drupal.Semantics.FunctionT.BackslashSingleQuote)
------------------------------------------------------------------------------------------------------------------------
Time: 231ms; Memory: 8MB
PHP CODE SNIFFER REPORT SUMMARY
----------------------------------------------------------------------
FILE                                                  ERRORS  WARNINGS
----------------------------------------------------------------------
src/Form/SettingsForm.php                             0       3
----------------------------------------------------------------------
A TOTAL OF 0 ERRORS AND 3 WARNINGS WERE FOUND IN 15 FILES
----------------------------------------------------------------------
PHP CODE SNIFFER VIOLATION SOURCE SUMMARY
----------------------------------------------------------------------
SOURCE                                                           COUNT
----------------------------------------------------------------------
Drupal.Semantics.FunctionT.BackslashSingleQuote                  2
Drupal.Semantics.FunctionT.WhiteSpace                            1
----------------------------------------------------------------------
A TOTAL OF 3 SNIFF VIOLATIONS WERE FOUND IN 2 SOURCES
----------------------------------------------------------------------

Issue fork rybbit-3590157

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

allie micka created an issue. See original summary.

allie micka’s picture

Issue summary: View changes

allie micka’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.