From bc3dbc2d23af2b7210e41046c7e676885f826842 Mon Sep 17 00:00:00 2001 From: Janette Day Date: Tue, 3 May 2022 10:46:57 -0500 Subject: [PATCH] remove plugins from codeclimate.yml --- .codeclimate.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 215e2a826e..e3bad1d08b 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,10 +1,4 @@ version: 2 -plugins: - phpcodesniffer: - enabled: false - channel: beta - config: - standard: "Drupal,DrupalPractice" exclude_patterns: - "cypress/" - "config/"