From 9ca38510d1a72416c31750209e21bfc8246ddcda Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 28 May 2019 00:25:42 +0000 Subject: [PATCH] Build tools, WPCS: disable line ending check when running `phpcs` but fix them to `\n` whit `phpcfb`. Fixes (erroneous) reports on Windows about improper line endings in all files. They are managed directly by Git or SVN. Fixes #47411. git-svn-id: https://develop.svn.wordpress.org/trunk@45455 602fd350-edb4-49c9-b593-d223f7449a82 --- phpcs.xml.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index a8a248d309..edc8f2d7ff 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -154,9 +154,13 @@ /wp-tests-config-sample\.php + /wp-config\.php /wp-config-sample\.php +