Zemit CI #362
main.yml
on: schedule
Matrix: setup
Matrix: code-sniffer
Matrix: php-security
Matrix: static-analysis
Matrix: unit-tests
Annotations
20 errors and 5 warnings
code-sniffer (8.3, highest):
src/Modules/Cli/Tasks/ScaffoldTask.php#L369
No space found after comma in argument list
|
code-sniffer (8.3, highest):
src/Modules/Cli/Tasks/ScaffoldTask.php#L386
Function closing brace must go on the next line following the body; found 1 blank lines before brace
|
code-sniffer (8.3, highest):
src/Modules/Cli/Tasks/FakerTask.php#L72
Function closing brace must go on the next line following the body; found 1 blank lines before brace
|
code-sniffer (8.3, highest):
src/Models/Enums/ColumnType.php#L15
Opening brace of a enum must be on the line after the definition
|
code-sniffer (8.3, highest):
src/Models/Enums/ColumnType.php#L44
Expected 1 newline at end of file; 0 found
|
code-sniffer (8.3, highest):
src/Models/Column.php#L41
Opening brace should be on a new line
|
code-sniffer (8.3, highest):
src/Models/Column.php#L45
Opening brace should be on a new line
|
code-sniffer (8.3, highest)
Process completed with exit code 1.
|
php-security (8.3, highest)
Process completed with exit code 2.
|
static-analysis (8.3, highest):
src/Models/Column.php#L48
Match arm comparison between string and Zemit\Models\Enums\ColumnType::LINK_TO_ANOTHER_RECORD is always false.
|
static-analysis (8.3, highest):
src/Models/Column.php#L49
Match arm comparison between string and Zemit\Models\Enums\ColumnType::USER is always false.
|
static-analysis (8.3, highest):
src/Models/Column.php#L50
Match arm comparison between string and Zemit\Models\Enums\ColumnType::CREATED_BY is always false.
|
static-analysis (8.3, highest):
src/Models/Column.php#L51
Match arm comparison between string and Zemit\Models\Enums\ColumnType::LAST_MODIFIED_BY is always false.
|
static-analysis (8.3, highest):
src/Models/Column.php#L52
Match arm comparison between string and Zemit\Models\Enums\ColumnType::NUMBER is always false.
|
static-analysis (8.3, highest):
src/Models/Column.php#L53
Match arm comparison between string and Zemit\Models\Enums\ColumnType::RATING is always false.
|
static-analysis (8.3, highest):
src/Models/Column.php#L54
Match arm comparison between string and Zemit\Models\Enums\ColumnType::COUNT is always false.
|
static-analysis (8.3, highest):
src/Models/Column.php#L56
Match arm comparison between string and Zemit\Models\Enums\ColumnType::SINGLE_LINE_TEXT is always false.
|
static-analysis (8.3, highest):
src/Models/Column.php#L57
Match arm comparison between string and Zemit\Models\Enums\ColumnType::EMAIL is always false.
|
static-analysis (8.3, highest):
src/Models/Column.php#L58
Match arm comparison between string and Zemit\Models\Enums\ColumnType::URL is always false.
|
unit-tests (8.3, highest)
Process completed with exit code 2.
|
setup (8.3, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
code-sniffer (8.3, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
php-security (8.3, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
static-analysis (8.3, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit-tests (8.3, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|