refactor: code readability

This commit is contained in:
Pooya Parsa 2024-07-31 03:37:55 +03:30 committed by GitHub
parent 8f46c88cfb
commit 25ae31259d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,4 +27,17 @@ jobs:
uses: codeigniter4/.github/.github/workflows/phpcpd.yml@main
with:
dirs: "app/ public/ system/"
options: "--exclude system/Test --exclude system/ThirdParty --exclude system/Database/SQLSRV/Builder.php --exclude system/Database/SQLSRV/Forge.php --exclude system/Database/MySQLi/Builder.php --exclude system/Database/OCI8/Builder.php --exclude system/Database/Postgre/Builder.php --exclude system/Debug/Exceptions.php --exclude system/HTTP/SiteURI.php --exclude system/Validation/Rules.php --exclude system/Autoloader/Autoloader.php --exclude system/Config/Filters.php"
options: "
--exclude system/Test
--exclude system/ThirdParty
--exclude system/Database/SQLSRV/Builder.php
--exclude system/Database/SQLSRV/Forge.php
--exclude system/Database/MySQLi/Builder.php
--exclude system/Database/OCI8/Builder.php
--exclude system/Database/Postgre/Builder.php
--exclude system/Debug/Exceptions.php
--exclude system/HTTP/SiteURI.php
--exclude system/Validation/Rules.php
--exclude system/Autoloader/Autoloader.php
--exclude system/Config/Filters.php
"