From 87481a8d55b2b22d143ece264b19a286ca5ba868 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Thu, 6 Jul 2017 07:09:41 +1000 Subject: [PATCH] chore: Rename `phpcs.xml` to `phpcs.xml.dist` This change allows users to define a local `phpcs.xml` configuration for their own use. For example a user may want to use the `colors` option for CLI output as that was requested in #1685. See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#using-a-default-configuration-file --- .gitignore | 1 + phpcs.xml => phpcs.xml.dist | 0 2 files changed, 1 insertion(+) rename phpcs.xml => phpcs.xml.dist (100%) diff --git a/.gitignore b/.gitignore index 9d58efe7906a66..50b75a90309fc8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ yarn.lock gutenberg.zip storybook-static .DS_Store +phpcs.xml diff --git a/phpcs.xml b/phpcs.xml.dist similarity index 100% rename from phpcs.xml rename to phpcs.xml.dist