From 6a5d0188b1f8009868865c7aa5358050daaf9796 Mon Sep 17 00:00:00 2001 From: Klaus Purer Date: Wed, 1 Jan 2025 19:23:10 +0100 Subject: [PATCH] ignore drupal core files that need to be fixed --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e5a44484..2922c799 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -82,4 +82,4 @@ jobs: # ignored temporarily, add them with the --ignore option. run: | cd drupal/core - ../../vendor/bin/phpcs -p + ../../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