Init #8
Annotations
8 errors and 1 warning
👍 Code Quality:
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
|
👍 Code Quality:
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
|
👍 Code Quality:
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
|
👍 Code Quality:
src/Csv/CsvFile.php#L152
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:152
Docs : https://phpmd.org/rules/unusedcode.html#unusedlocalvariable
|
👍 Code Quality:
src/Csv/CsvFile.php#L152
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:152
Docs : https://phpmd.org/rules/unusedcode.html#unusedlocalvariable
|
👍 Code Quality:
src/Csv/CsvFile.php#L160
Avoid unused parameters such as '$quickStop'.
Rule : Unused Code Rules / UnusedFormalParameter / Priority: 3
PHP Mute : @SuppressWarnings(PHPMD.UnusedFormalParameter)
File Path: src/Csv/CsvFile.php:160
Docs : https://phpmd.org/rules/unusedcode.html#unusedformalparameter
|
👍 Code Quality:
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
|
👍 Code Quality
Process completed with exit code 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/.
|
Loading