Loading drupalci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading http_queue.info.yml +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> Loading
drupalci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
http_queue.info.yml +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>