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 6a5d018 commit 8edc9d2Copy full SHA for 8edc9d2
.github/workflows/testing.yml
@@ -80,6 +80,8 @@ jobs:
80
if: ${{ matrix.extra-tests == '1' }}
81
# In case Drupal core files have known problems that should be
82
# 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.
85
run: |
86
cd drupal/core
87
../../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