We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
>-
1 parent 25ae312 commit 7369828Copy full SHA for 7369828
.github/workflows/test-phpcpd.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: codeigniter4/.github/.github/workflows/phpcpd.yml@main
28
with:
29
dirs: "app/ public/ system/"
30
- options: "
+ options: >-
31
--exclude system/Test
32
--exclude system/ThirdParty
33
--exclude system/Database/SQLSRV/Builder.php
@@ -40,4 +40,3 @@ jobs:
40
--exclude system/Validation/Rules.php
41
--exclude system/Autoloader/Autoloader.php
42
--exclude system/Config/Filters.php
43
- "
0 commit comments