Skip to content

Init

Init #5

Triggered via pull request March 10, 2024 17:21
@SmetDenisSmetDenis
synchronize #1
init
Status Failure
Total duration 48s
Artifacts 9

main.yml

on: pull_request
Matrix: Linters
Matrix: PHPUnit
Matrix: Reports
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 16 warnings
Linters (8.2): src/Commands/CreateCsv.php#L57
The method CreateCsv::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/CreateCsv.php:57 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.2): src/Commands/CreateSchema.php#L57
The method CreateSchema::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/CreateSchema.php:57 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.2): src/Commands/ValidateDir.php#L48
The method ValidateDir::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/ValidateDir.php:48 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.2): src/Commands/ValidateFile.php#L48
The method ValidateFile::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/ValidateFile.php:48 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.2): src/Csv/CsvFile.php#L151
Avoid unused local variables such as '$errorAcc'. Rule : Unused Code Rules / UnusedLocalVariable / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedLocalVariable) File Path: src/Csv/CsvFile.php:151 Docs : https://phpmd.org/rules/unusedcode.html#unusedlocalvariable
Linters (8.2): src/Csv/CsvFile.php#L151
Avoid unused local variables such as '$errorAcc'. Rule : Unused Code Rules / UnusedLocalVariable / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedLocalVariable) File Path: src/Csv/CsvFile.php:151 Docs : https://phpmd.org/rules/unusedcode.html#unusedlocalvariable
Linters (8.2): src/Csv/CsvFile.php#L159
Avoid unused parameters such as '$quickStop'. Rule : Unused Code Rules / UnusedFormalParameter / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedFormalParameter) File Path: src/Csv/CsvFile.php:159 Docs : https://phpmd.org/rules/unusedcode.html#unusedformalparameter
Linters (8.2): src/Validators/Validator.php#L23
Avoid unused private fields such as '$column'. Rule : Unused Code Rules / UnusedPrivateField / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedPrivateField) File Path: src/Validators/Validator.php:23 Docs : https://phpmd.org/rules/unusedcode.html#unusedprivatefield
Linters (8.2)
Process completed with exit code 2.
Linters (8.1)
The job was canceled because "_8_2" failed.
Linters (8.1): src/Commands/CreateCsv.php#L57
The method CreateCsv::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/CreateCsv.php:57 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.1): src/Commands/CreateSchema.php#L57
The method CreateSchema::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/CreateSchema.php:57 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.1): src/Commands/ValidateDir.php#L48
The method ValidateDir::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/ValidateDir.php:48 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.1): src/Commands/ValidateFile.php#L48
The method ValidateFile::executeAction() calls the typical debug function dump() which is mostly only used during development. Rule : Design Rules / DevelopmentCodeFragment / Priority: 1 PHP Mute : @SuppressWarnings(PHPMD.DevelopmentCodeFragment) File Path: src/Commands/ValidateFile.php:48 Docs : https://phpmd.org/rules/design.html#developmentcodefragment
Linters (8.1): src/Csv/CsvFile.php#L151
Avoid unused local variables such as '$errorAcc'. Rule : Unused Code Rules / UnusedLocalVariable / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedLocalVariable) File Path: src/Csv/CsvFile.php:151 Docs : https://phpmd.org/rules/unusedcode.html#unusedlocalvariable
Linters (8.1): src/Csv/CsvFile.php#L151
Avoid unused local variables such as '$errorAcc'. Rule : Unused Code Rules / UnusedLocalVariable / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedLocalVariable) File Path: src/Csv/CsvFile.php:151 Docs : https://phpmd.org/rules/unusedcode.html#unusedlocalvariable
Linters (8.1): src/Csv/CsvFile.php#L159
Avoid unused parameters such as '$quickStop'. Rule : Unused Code Rules / UnusedFormalParameter / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedFormalParameter) File Path: src/Csv/CsvFile.php:159 Docs : https://phpmd.org/rules/unusedcode.html#unusedformalparameter
Linters (8.1): src/Validators/Validator.php#L23
Avoid unused private fields such as '$column'. Rule : Unused Code Rules / UnusedPrivateField / Priority: 3 PHP Mute : @SuppressWarnings(PHPMD.UnusedPrivateField) File Path: src/Validators/Validator.php:23 Docs : https://phpmd.org/rules/unusedcode.html#unusedprivatefield
Linters (8.1)
Process completed with exit code 2.
Linters (8.3)
The job was canceled because "_8_2" failed.
Linters (8.3)
The operation was canceled.
PHPUnit (8.1, none)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit (8.2, none, --prefer-lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit (8.1, none, --prefer-lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linters (8.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit (8.3, none)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit (8.2, xdebug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit (8.3, xdebug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit (8.3, xdebug, --prefer-lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit (8.1, xdebug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit (8.1, xdebug, --prefer-lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit (8.3, none, --prefer-lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit (8.2, xdebug, --prefer-lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit (8.2, none)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Reports (8.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Reports (8.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Reports (8.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
PHPUnit - 8.1 - none Expired
31.2 KB
PHPUnit - 8.1 - xdebug Expired
2.95 MB
PHPUnit - 8.2 - none Expired
31.2 KB
PHPUnit - 8.2 - xdebug Expired
2.95 MB
PHPUnit - 8.3 - none Expired
31.2 KB
PHPUnit - 8.3 - xdebug Expired
2.95 MB
Reports - 8.1 Expired
1.92 MB
Reports - 8.2 Expired
1.92 MB
Reports - 8.3 Expired
1.92 MB