Loading git_info.info.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,5 +2,5 @@ name: git_info type: module description: Git Info core: 8.x core_version_requirement: ^8 || ^9 core_version_requirement: ^8 || ^9 || ^10 package: Custom git_info.services.yml +0 −1 Original line number Diff line number Diff line Loading @@ -2,4 +2,3 @@ services: git_info.git_info: class: Drupal\git_info\GitInfo arguments: [] phpcs.xml 0 → 100644 +13 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <ruleset name="git_info"> <description>Default PHP CodeSniffer configuration for git_info.</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> tests/src/Kernel/GitInfoTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use Drupal\KernelTests\KernelTestBase; use Symfony\Component\DependencyInjection\Reference; /** * Tests the basic functionality of the module. * Tests the most basic functionality of the module. * * @group git_info */ Loading Loading
git_info.info.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,5 +2,5 @@ name: git_info type: module description: Git Info core: 8.x core_version_requirement: ^8 || ^9 core_version_requirement: ^8 || ^9 || ^10 package: Custom
git_info.services.yml +0 −1 Original line number Diff line number Diff line Loading @@ -2,4 +2,3 @@ services: git_info.git_info: class: Drupal\git_info\GitInfo arguments: []
phpcs.xml 0 → 100644 +13 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <ruleset name="git_info"> <description>Default PHP CodeSniffer configuration for git_info.</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>
tests/src/Kernel/GitInfoTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use Drupal\KernelTests\KernelTestBase; use Symfony\Component\DependencyInjection\Reference; /** * Tests the basic functionality of the module. * Tests the most basic functionality of the module. * * @group git_info */ Loading