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
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
Comment #2
allie mickaComment #5
allie micka