Skip to content

Add/sqlite import export support #215

Add/sqlite import export support

Add/sqlite import export support #215

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

code-quality.yml

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

Annotations

10 errors and 2 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#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#L38
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "do_action".
code-quality / PHPCS: src/WP_SQLite_Base.php#L39
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "apply_filters".
code-quality / PHPCS: src/WP_SQLite_Import.php#L3
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_SQLite_Import".
code-quality / PHPCS: src/WP_SQLite_Export.php#L3
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_SQLite_Export".
code-quality / PHPCS: src/WP_SQLite_Export.php#L79
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
code-quality / PHPCS: src/WP_SQLite_Export.php#L79
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
code-quality / PHPCS
Process completed with exit code 1.
code-quality / PHPCS
Process completed with exit code 1.
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_Export.php#L79
Variable assignment found within a condition. Did you mean to do a comparison ?