Support type names as KEY names #13
Annotations
4 errors and 2 warnings
Check code style:
tests/WP_SQLite_Translator_Tests.php#L1258
String "CREATE TABLE `_tmp_table` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `timestamp` datetime NOT NULL,\n `numeric` int(11) NOT NULL,\n PRIMARY KEY (`id`),\n KEY timestamp (timestamp),\n KEY numeric (numeric)\n );" does not require double quotes; use single quotes instead
|
Check code style:
wp-includes/sqlite/class-wp-sqlite-translator.php#L1025
Expected 1 space after "!"; 0 found
|
Check code style
Process completed with exit code 1.
|
Check code style
Process completed with exit code 2.
|
Check code style
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check code style:
wp-includes/sqlite/class-wp-sqlite-translator.php#L1019
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space
|