diff options
| author | 2021-10-24 00:14:12 +0200 | |
|---|---|---|
| committer | 2021-10-24 00:14:12 +0200 | |
| commit | 9ca49408e06eb6ca797a4aae1a3f2fe5919930a8 (patch) | |
| tree | d2ee287aab3aee0c61cec9671f57c53a6b786956 /phpcs.xml | |
| parent | da4f0dea1fe8af7d8e81381ed60ff3cc61243884 (diff) | |
GitHub Action automatic tests (#3920)
* PHP lint + phpunit + Manipulate translations + phpcs
* eslint + markdownlint + rtlcss + stylelint
* shellcheck + shfmt + hadolint
Diffstat (limited to 'phpcs.xml')
| -rw-r--r-- | phpcs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ <exclude-pattern>./data/users/*/config.php</exclude-pattern> <exclude-pattern>./extensions/</exclude-pattern> <exclude-pattern>./p/scripts/vendor/</exclude-pattern> + <exclude-pattern>./vendor/</exclude-pattern> <exclude-pattern>*.min.js$</exclude-pattern> <!-- Duplicate class names are not allowed --> <rule ref="Generic.Classes.DuplicateClassName"/> |
