diff options
| author | 2020-05-25 19:06:23 +0200 | |
|---|---|---|
| committer | 2020-05-25 19:06:23 +0200 | |
| commit | 97881628ebbcd14ff3ab1b3679255531449bfd68 (patch) | |
| tree | 1882cd0f67b69cf35f46040b8465e80805b5e0f2 /phpcs.xml | |
| parent | 0d74cb8a4204cfaf6fd64e57b14b1ae7d23dbb84 (diff) | |
tec: Add a make lint command in the Makefile (#2996)
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 --> |
