Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Allow create table constraints to use data types as symbols #14

Allow create table constraints to use data types as symbols

Allow create table constraints to use data types as symbols #14

Triggered via pull request January 21, 2025 09:21
Status Failure
Total duration 26s
Artifacts

cs.yml

on: pull_request
Check code style
15s
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