Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07c14cf

Browse files
authored
test(core): Remove ignore rules, Drupal core is fixed
1 parent b4e3dbd commit 07c14cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
if: ${{ matrix.extra-tests == '1' }}
8181
# In case Drupal core files have known problems that should be
8282
# ignored temporarily, add them with the --ignore option.
83-
# @todo Remove ignore option once Coder 8.3.27 is released and Drupal
84-
# core is updated to that version.
8583
run: |
8684
cd drupal/core
87-
../../vendor/bin/phpcs -p -s --exclude=Drupal.Commenting.FunctionComment --ignore=lib/Drupal/Core/Entity/EntityType.php,lib/Drupal/Core/Recipe/RecipeInputFormTrait.php,lib/Drupal/Core/Form/FormState.php,modules/migrate/src/Plugin/Migration.php,modules/views/src/ViewExecutable.php,modules/views/src/Plugin/views/style/StylePluginBase.php,core/lib/Drupal/Core/FileTransfer/FTP.php,core/lib/Drupal/Core/FileTransfer/SSH.php,modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php,modules/views/src/Plugin/views/pager/PagerPluginBase.php,lib/Drupal/Core/Breadcrumb/BreadcrumbBuilderInterface.php
85+
../../vendor/bin/phpcs -p -s --parallel=$(nproc)

0 commit comments

Comments
 (0)