Skip to content

Commit

Permalink
ignore drupal core files that need to be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Jan 1, 2025
1 parent b74c4ea commit 6a5d018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a5d018

Please sign in to comment.