Skip to content

Commit 6a5d018

Browse files
committed
ignore drupal core files that need to be fixed
1 parent b74c4ea commit 6a5d018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
# ignored temporarily, add them with the --ignore option.
8383
run: |
8484
cd drupal/core
85-
../../vendor/bin/phpcs -p
85+
../../vendor/bin/phpcs -p -s --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

0 commit comments

Comments
 (0)