From d1ed5fb1e0a1a61ea389c335ed0748a867cf7b53 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 29 Aug 2020 14:45:34 -0700 Subject: [PATCH] Disable PHPCS for now --- .phpcs.xml.dist | 1 + tag-dropdown-widget.php | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.phpcs.xml.dist b/.phpcs.xml.dist index 3f154fc..98ef40f 100644 --- a/.phpcs.xml.dist +++ b/.phpcs.xml.dist @@ -7,6 +7,7 @@ <exclude-pattern>/vendor/</exclude-pattern> <exclude-pattern>/node_modules/</exclude-pattern> <exclude-pattern>/tests/*</exclude-pattern> + <exclude>tag-dropdown-widget.php</exclude> <!-- How to scan --> <!-- Usage instructions: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Usage --> diff --git a/tag-dropdown-widget.php b/tag-dropdown-widget.php index 620609d..c52dbd8 100644 --- a/tag-dropdown-widget.php +++ b/tag-dropdown-widget.php @@ -22,8 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -// phpcs:disable Legacy code in need of refactoring. - /** ** TAXONOMY DROPDOWN WIDGET PLUGIN **/ -- GitLab