Browse Source

Merge pull request #8936 from cakephp/phpcs-xml

Rename phpcs.xml to phpcs.xml.dist and fix slashes in path.
Mark Story 9 years ago
parent
commit
1091bb4d81
2 changed files with 4 additions and 5 deletions
  1. 0 5
      phpcs.xml
  2. 4 0
      phpcs.xml.dist

+ 0 - 5
phpcs.xml

@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<ruleset name="CakePHP">
-    <rule ref=".\vendor\cakephp\cakephp-codesniffer\CakePHP\ruleset.xml"/>
-    <file>./src</file>
-</ruleset>

+ 4 - 0
phpcs.xml.dist

@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<ruleset name="CakePHP Core">
+    <rule ref="./vendor/cakephp/cakephp-codesniffer/CakePHP/ruleset.xml"/>
+</ruleset>