Skip to content

Commit 6460680

Browse files
committed
Exclude from PHPCPD
1 parent a535cc1 commit 6460680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpcpd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
extensions: dom, mbstring
4040

4141
- name: Detect code duplication
42-
run: phpcpd --exclude system/Test --exclude system/ThirdParty --exclude system/Database/SQLSRV/Builder.php --exclude system/Database/SQLSRV/Forge.php -- app/ public/ system/
42+
run: phpcpd --exclude system/Test --exclude system/ThirdParty -- app/ public/ system/ --exclude system/Database/SQLSRV/Builder.php --exclude system/Database/SQLSRV/Forge.php --exclude system/Database/MySQLi/Builder.php --exclude system/Database/OCI8/Builder.php

0 commit comments

Comments
 (0)