Skip to content

Commit

Permalink
The SVN pre-commit hook is no longer maintained and has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jul 19, 2016
1 parent 000d6c1 commit 4b8aa0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 235 deletions.
8 changes: 2 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
- The included PHPCS standard has been removed
-- All rules are now found inside the phpcs.xml.dist file
-- Running "phpcs" without any arguments from a git clone will use this ruleset
- The included SVN pre-commit hook has been removed
-- Hooks for version control systems will no longer be maintained within the PHPCS project
</notes>
<contents>
<dir name="/">
Expand All @@ -118,12 +120,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
<tasks:replace from="@php_bin@" to="php_bin" type="pear-config" />
<tasks:replace from="@bin_dir@" to="bin_dir" type="pear-config" />
</file>
<!--
<file baseinstalldir="" name="phpcs-svn-pre-commit" role="script">
<tasks:replace from="@php_bin@" to="php_bin" type="pear-config" />
<tasks:replace from="@package_version@" to="version" type="package-info" />
</file>
-->
</dir>
<dir name="tests">
<dir name="Core">
Expand Down
229 changes: 0 additions & 229 deletions scripts/phpcs-svn-pre-commit

This file was deleted.

0 comments on commit 4b8aa0d

Please sign in to comment.