Add support for the new SQLite driver #64
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
8s
code-quality
/
Lint PHP files
21s
code-quality
/
Lint Gherkin Feature files
12s
code-quality
/
Spell check
7s
code-quality
/
PHPCS
20s
code-quality
/
PHPStan
16s
Annotations
5 errors and 2 warnings
|
code-quality / PHPCS
Process completed with exit code 1.
|
|
code-quality / PHPCS:
src/SQLite_Command.php#L162
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_SQLITE_AST_DRIVER".
|
|
code-quality / PHPCS:
src/SQLite_Command.php#L96
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_SQLITE_AST_DRIVER".
|
|
code-quality / PHPCS:
src/SQLite_Command.php#L34
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_SQLITE_AST_DRIVER".
|
|
code-quality / PHPCS
Process completed with exit code 2.
|
|
code-quality / PHPCS:
src/SQLiteDatabaseIntegrationLoader.php#L89
Equals sign not aligned correctly; expected 1 space but found 3 spaces
|
|
code-quality / PHPCS:
src/SQLiteDriverFactory.php#L16
Equals sign not aligned correctly; expected 1 space but found 3 spaces
|