We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd3599 commit ca5537eCopy full SHA for ca5537e
.github/workflows/test-phpcpd.yml
@@ -40,4 +40,4 @@ jobs:
40
- name: Detect code duplication
41
run: |
42
sudo phive --no-progress install --global --trust-gpg-keys 4AA394086372C20A phpcpd
43
- phpcpd --exclude system/Test --exclude system/ThirdParty --exclude system/Database/SQLSRV/Builder.php system/Database/SQLSRV/Forge.php app/ public/ system/
+ phpcpd --exclude system/Test --exclude system/ThirdParty --exclude system/Database/SQLSRV/Builder.php --exclude system/Database/SQLSRV/Forge.php app/ public/ system/
0 commit comments