Created
June 29, 2024 19:03
-
-
Save laymont/24013a0a420cf692a6555d18328fbe31 to your computer and use it in GitHub Desktop.
PHP_CodeSniffer es una herramienta que verifica si tu código cumple con ciertos estándares de codificación
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<ruleset name="Laravel Standards"> | |
<description>The Laravel Coding Standards</description> | |
<rule ref="PSR12" /> | |
<exclude-pattern>*/database/*</exclude-pattern> | |
<exclude-pattern>*/storage/*</exclude-pattern> | |
<exclude-pattern>*/vendor/*</exclude-pattern> | |
</ruleset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment