gcoai-stream-loading-text-animation.php: Added a new snippet for customizing the Steam field's loading text.
#1626
php-lint-pr.yml
on: pull_request
PHPCS (Files Changed)
20s
Annotations
10 errors
|
PHPCS (Files Changed)
Error: Command failed: ./vendor/bin/phpcs --report=checkstyle --standard=phpcs.xml gc-openai/gcoai-stream-loading-text-animation.php
|
|
PHPCS (Files Changed):
gc-openai/gcoai-stream-loading-text-animation.php#L165
String "@Keyframes shimmer { 0% { background-position: -4rem top; } 70%, 100% { background-position: 12.5rem top; } }" does not require double quotes; use single quotes instead
|
|
PHPCS (Files Changed):
gc-openai/gcoai-stream-loading-text-animation.php#L162
String "@Keyframes spinner-stroke { 0% { stroke-dasharray: 0 150; stroke-dashoffset: 0; } 47.5% { stroke-dasharray: 42 150; stroke-dashoffset: -16; } 95%, 100% { stroke-dasharray: 42 150; stroke-dashoffset: -59; } } " does not require double quotes; use single quotes instead
|
|
PHPCS (Files Changed):
gc-openai/gcoai-stream-loading-text-animation.php#L161
String "@Keyframes spinner-rotation { 100% { transform: rotate(360deg); } } " does not require double quotes; use single quotes instead
|
|
PHPCS (Files Changed):
gc-openai/gcoai-stream-loading-text-animation.php#L160
String ".spinner-rotate circle { stroke-linecap: round; animation: spinner-stroke 1.5s ease-in-out infinite; } " does not require double quotes; use single quotes instead
|
|
PHPCS (Files Changed):
gc-openai/gcoai-stream-loading-text-animation.php#L159
String ".spinner-rotate { transform-origin: center; animation: spinner-rotation 2s linear infinite; } " does not require double quotes; use single quotes instead
|
|
PHPCS (Files Changed):
gc-openai/gcoai-stream-loading-text-animation.php#L158
String ".shimmer-spinner { flex-shrink: 0; } " does not require double quotes; use single quotes instead
|
|
PHPCS (Files Changed):
gc-openai/gcoai-stream-loading-text-animation.php#L157
String ".shimmer-wrapper { display: inline-flex; align-items: center; gap: 8px; } " does not require double quotes; use single quotes instead
|
|
PHPCS (Files Changed):
gc-openai/gcoai-stream-loading-text-animation.php#L156
Whitespace found at end of line
|
|
PHPCS (Files Changed):
gc-openai/gcoai-stream-loading-text-animation.php#L105
Whitespace found at end of line
|