Skip to content

Commit 4b8aa0d

Browse files
committed
The SVN pre-commit hook is no longer maintained and has been removed
1 parent 000d6c1 commit 4b8aa0d

File tree

2 files changed

+2
-235
lines changed

2 files changed

+2
-235
lines changed

package.xml

+2-6
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
9595
- The included PHPCS standard has been removed
9696
-- All rules are now found inside the phpcs.xml.dist file
9797
-- Running "phpcs" without any arguments from a git clone will use this ruleset
98+
- The included SVN pre-commit hook has been removed
99+
-- Hooks for version control systems will no longer be maintained within the PHPCS project
98100
</notes>
99101
<contents>
100102
<dir name="/">
@@ -118,12 +120,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
118120
<tasks:replace from="@php_bin@" to="php_bin" type="pear-config" />
119121
<tasks:replace from="@bin_dir@" to="bin_dir" type="pear-config" />
120122
</file>
121-
<!--
122-
<file baseinstalldir="" name="phpcs-svn-pre-commit" role="script">
123-
<tasks:replace from="@php_bin@" to="php_bin" type="pear-config" />
124-
<tasks:replace from="@package_version@" to="version" type="package-info" />
125-
</file>
126-
-->
127123
</dir>
128124
<dir name="tests">
129125
<dir name="Core">

scripts/phpcs-svn-pre-commit

-229
This file was deleted.

0 commit comments

Comments
 (0)