Skip to content

Add/sqlite import export support #214

Add/sqlite import export support

Add/sqlite import export support #214

Triggered via pull request July 19, 2024 15:00
Status Failure
Total duration 42s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint PHP files
26s
code-quality / Lint PHP files
code-quality  /  PHPCS
27s
code-quality / PHPCS
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 10 warnings
code-quality / PHPCS: src/WP_SQLite_Base.php#L3
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_SQLite_Base".
code-quality / PHPCS: src/WP_SQLite_Base.php#L14
Expected 1 spaces before closing parenthesis; 0 found
code-quality / PHPCS: src/WP_SQLite_Base.php#L30
Space after opening control structure is required
code-quality / PHPCS: src/WP_SQLite_Base.php#L30
No space before opening parenthesis is prohibited
code-quality / PHPCS: src/WP_SQLite_Base.php#L30
Expected 1 space after IF keyword; 0 found
code-quality / PHPCS: src/WP_SQLite_Base.php#L31
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SQLITE_DB_DROPIN_VERSION".
code-quality / PHPCS: src/WP_SQLite_Base.php#L37
Space after opening control structure is required
code-quality / PHPCS: src/WP_SQLite_Base.php#L37
No space before opening parenthesis is prohibited
code-quality / PHPCS: src/WP_SQLite_Base.php#L37
Expected 1 space after IF keyword; 0 found
code-quality / PHPCS: src/WP_SQLite_Base.php#L37
Expected 1 spaces before closing parenthesis; 0 found
code-quality / PHPCS
Process completed with exit code 2.
code-quality / PHPCS: src/WP_SQLite_Base.php#L38
Empty PHP statement detected: superfluous semicolon.
code-quality / PHPCS: src/WP_SQLite_Base.php#L39
Empty PHP statement detected: superfluous semicolon.
code-quality / PHPCS: src/WP_SQLite_Import.php#L45
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space
code-quality / PHPCS: src/WP_SQLite_Import.php#L46
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space
code-quality / PHPCS: src/WP_SQLite_Import.php#L48
Variable assignment found within a condition. Did you mean to do a comparison ?
code-quality / PHPCS: src/WP_SQLite_Import.php#L67
Avoid function calls in a FOR loop test part
code-quality / PHPCS: src/WP_SQLite_Import.php#L71
Loose comparisons are not allowed. Expected: "==="; Found: "=="
code-quality / PHPCS: src/WP_SQLite_Import.php#L77
Loose comparisons are not allowed. Expected: "==="; Found: "=="
code-quality / PHPCS: src/WP_SQLite_Import.php#L77
Loose comparisons are not allowed. Expected: "==="; Found: "=="
code-quality / PHPCS: src/WP_SQLite_Import.php#L80
Loose comparisons are not allowed. Expected: "==="; Found: "=="