From a4127e98036b1218b2f79b484bb39f2db11461e9 Mon Sep 17 00:00:00 2001 From: Ronald Huereca Date: Tue, 30 Jan 2024 09:36:05 -0600 Subject: [PATCH] Updating Workflow. --- .github/workflows/wpcs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wpcs.yml b/.github/workflows/wpcs.yml index c30440e..82417c9 100644 --- a/.github/workflows/wpcs.yml +++ b/.github/workflows/wpcs.yml @@ -13,7 +13,7 @@ jobs: with: enable_warnings: false # Enable checking for warnings (-w) paths: '.' # Paths to check, space separated - excludes: 'lib/* php/Plugin_Updater.php' # Paths to excludes, space separated + excludes: './lib/* ./php/Plugin_Updater.php' # Paths to excludes, space separated standard: 'WordPress' # Standard to use. Accepts WordPress|WordPress-Core|WordPress-Docs|WordPress-Extra|WordPress-VIP-Go|WordPressVIPMinimum|10up-Default. standard_repo: '' # Public (git) repository URL of the coding standard repo_branch: 'master' # Branch of Standard repository