From d0f00b58e217842723b4ea64e4bed9b11faa353d Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 11 Jan 2019 06:16:35 +0000 Subject: [PATCH] Coding Standards: Add exceptions for `WordPress.Files.FileName.NotHyphenatedLowercase`. See #45934. git-svn-id: https://develop.svn.wordpress.org/trunk@44564 602fd350-edb4-49c9-b593-d223f7449a82 --- phpcs.xml.dist | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index b6fb04707a..b247e9e0f5 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -111,6 +111,14 @@ /src/wp-includes/template\.php + + + /src/_index\.php + /src/wp-admin/_index\.php + /src/wp-content/themes/twentythirteen/taxonomy-post_format\.php + /src/wp-content/themes/twentyfourteen/taxonomy-post_format\.php + +