Browse Source

Do not apply codestyle to composer autoloaders

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet 1 year ago
parent
commit
c49bf7fa9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .pre-commit-config.yaml

+ 1 - 1
.pre-commit-config.yaml

@@ -13,5 +13,5 @@ repos:
   - id: php-lint
   - id: php-cs-fixer
     files: \.(php)$
-    exclude: ^(config|data|composer)
+    exclude: ^(config|data|composer|lib\/composer)
     args: []