Skip to content

Support type names as KEY names #13

Support type names as KEY names

Support type names as KEY names #13

Triggered via push January 21, 2025 09:20
Status Failure
Total duration 27s
Artifacts

cs.yml

on: push
Check code style
17s
Check code style
Fit to window
Zoom out
Zoom in

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