add Drupal GitlabCI #38
styles.yml
on: push
phpcs
24s
phpmd
30s
phpcpd
18s
PhpDeprecationDetector (phpdd)
41s
Annotations
9 errors and 4 warnings
phpcs:
src/Periodicity/MidnightResolver.php#L6
Use statements should be sorted alphabetically. The first wrong one is Drupal\Component\Datetime\DateTimePlus.
|
phpcs:
src/Periodicity/PeriodicityBaseResolver.php#L8
Use statements should be sorted alphabetically. The first wrong one is Drupal\Component\Datetime\TimeInterface.
|
phpcs:
tests/src/Unit/Resolver/MinutelyResolverTest.php#L12
Use statements should be sorted alphabetically. The first wrong one is Drupal\Tests\UnitTestCase.
|
phpcs:
tests/src/Unit/Resolver/DailyResolverTest.php#L12
Use statements should be sorted alphabetically. The first wrong one is Drupal\Tests\UnitTestCase.
|
phpcs:
tests/src/Unit/Resolver/ChainPeriodicityResolverTest.php#L6
Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\DependencyInjection\ContainerBuilder.
|
phpcs:
tests/src/Unit/Resolver/WeeklyResolverTest.php#L12
Use statements should be sorted alphabetically. The first wrong one is Drupal\Tests\UnitTestCase.
|
phpcs:
tests/src/Unit/Resolver/HourlyResolverTest.php#L12
Use statements should be sorted alphabetically. The first wrong one is Drupal\Tests\UnitTestCase.
|
phpcs:
tests/src/Unit/Resolver/MidnightResolverTest.php#L12
Use statements should be sorted alphabetically. The first wrong one is Drupal\Tests\UnitTestCase.
|
phpcs
Process completed with exit code 1.
|
phpcpd
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/.
|
phpcs
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/.
|
phpmd
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/.
|
PhpDeprecationDetector (phpdd)
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/.
|