Skip to content
Snippets Groups Projects

Resolve #3478952 "Fix validate pipeline"

3 unresolved threads

Closes #3478952

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
5 5 - '/includes/include.drupalci.main.yml'
6 6 - '/includes/include.drupalci.variables.yml'
7 7 - '/includes/include.drupalci.workflows.yml'
8
9 variables:
10 OPT_IN_TEST_MAX_PHP: 1
  • 5 5 - '/includes/include.drupalci.main.yml'
    6 6 - '/includes/include.drupalci.variables.yml'
    7 7 - '/includes/include.drupalci.workflows.yml'
    8
    9 variables:
    10 OPT_IN_TEST_MAX_PHP: 1
    11 _CSPELL_WORDS: 'fjgarlin, Gnomovision, Yoyodyne'
  • phpstan.neon 0 → 100644
    1 parameters:
    2 level: 5
    3 fileExtensions:
    4 - php
    5 - module
    6 - inc
    7 - install
    8 - theme
    9 - profile
    10 reportUnmatchedIgnoredErrors: false
    11 ignoreErrors:
    12 # Remove once this is fixed https://www.drupal.org/project/config_notify/issues/3478954
    Please register or sign in to reply
    Loading