We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74c4ea commit 6a5d018Copy full SHA for 6a5d018
.github/workflows/testing.yml
@@ -82,4 +82,4 @@ jobs:
82
# ignored temporarily, add them with the --ignore option.
83
run: |
84
cd drupal/core
85
- ../../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 commit comments