Fix: Skip sandbox line in MariaDB dump files during import #300
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
7s
code-quality
/
Lint PHP files
19s
code-quality
/
Lint Gherkin Feature files
14s
code-quality
/
Spell check
8s
code-quality
/
PHPCS
21s
code-quality
/
PHPStan
18s
Annotations
11 errors and 4 warnings
|
code-quality / PHPCS:
src/DB_Command.php#L830
Line indented incorrectly; expected 4 tabs, found 3
|
|
code-quality / PHPCS:
src/DB_Command.php#L829
Line indented incorrectly; expected at least 4 tabs, found 3
|
|
code-quality / PHPCS:
src/DB_Command.php#L827
Line indented incorrectly; expected at least 4 tabs, found 3
|
|
code-quality / PHPCS:
src/DB_Command.php#L826
Line indented incorrectly; expected at least 4 tabs, found 3
|
|
code-quality / PHPCS:
src/DB_Command.php#L825
Line indented incorrectly; expected at least 4 tabs, found 3
|
|
code-quality / PHPCS:
src/DB_Command.php#L823
Line indented incorrectly; expected at least 4 tabs, found 3
|
|
code-quality / PHPCS:
src/DB_Command.php#L822
Line indented incorrectly; expected 3 tabs, found 2
|
|
code-quality / PHPCS:
src/DB_Command.php#L821
Line indented incorrectly; expected at least 3 tabs, found 2
|
|
code-quality / PHPCS:
src/DB_Command.php#L820
Line indented incorrectly; expected at least 3 tabs, found 2
|
|
code-quality / PHPCS:
src/DB_Command.php#L819
Whitespace found at end of line
|
|
code-quality / PHPCS
Process completed with exit code 2.
|
|
code-quality / PHPCS:
src/DB_Command.php#L834
Stand-alone post-increment statement found. Use pre-increment instead: ++$line_number.
|
|
code-quality / PHPCS:
src/DB_Command.php#L830
Variable assignment found within a condition. Did you mean to do a comparison ?
|
|
code-quality / PHPCS:
src/DB_Command.php#L826
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 3 spaces
|
|
code-quality / PHPCS:
src/DB_Command.php#L825
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space
|