Commit 85809c9c authored by Eirik Morland's avatar Eirik Morland
Browse files

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

parent 60ed6ff3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
name: Handy Cache Tags
description: Provides some handy cache tags for developers to use.
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
type: module

phpcs.xml

0 → 100644
+13 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="handy_cache_tags">
  <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>