diff options
Diffstat (limited to 'phpcs.xml')
| -rw-r--r-- | phpcs.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ <exclude-pattern>./lib/PHPMailer/</exclude-pattern> <exclude-pattern>./lib/http-conditional.php</exclude-pattern> <exclude-pattern>./lib/lib_phpQuery.php</exclude-pattern> + <exclude-pattern>./data/config.php</exclude-pattern> + <exclude-pattern>./data/users/*/config.php</exclude-pattern> + <exclude-pattern>./extensions/</exclude-pattern> <!-- Duplicate class names are not allowed --> <rule ref="Generic.Classes.DuplicateClassName"/> <!-- Statements must not be empty --> |
