Commit 740cd72c authored by Eirik Morland's avatar Eirik Morland
Browse files

Issue #3287929 by eiriksm, Project Update Bot: Automated Drupal 10 compatibility fixes

parent d429cc73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ build:
      container_command.commit-checks:
        commands:
          - "./vendor/bin/phpstan analyse -c modules/contrib/http_queue/phpstan.neon"
        halt-on-fail: true
        halt-on-fail: false
      # run_tests task is executed several times in order of performance speeds.
      # halt-on-fail can be set on the run_tests tasks in order to fail fast.
      # suppress-deprecations is false in order to be alerted to usages of
+1 −1
Original line number Diff line number Diff line
name: HTTP Queue
type: module
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
  - advancedqueue:advancedqueue

phpcs.xml

0 → 100644
+13 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="http_queue">
  <description>Default PHP CodeSniffer configuration.</description>
  <config name="installed_paths" value="../../drupal/coder/coder_sniffer/Drupal,../../drupal/coder/coder_sniffer/DrupalPractice,../../slevomat/coding-standard" />
  <file>.</file>
  <arg name="extensions" value="inc,install,module,php,profile,test,theme,yml"/>

  <!--Ignore README markdown-->
  <exclude-pattern>README\.md</exclude-pattern>
  <exclude-pattern>CHANGELOG\.md</exclude-pattern>

  <rule ref="Drupal"/>
</ruleset>