]> source.dussan.org Git - nextcloud-server.git/commitdiff
Do not apply codestyle to composer autoloaders 34789/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 25 Oct 2022 07:16:19 +0000 (09:16 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 25 Oct 2022 07:16:19 +0000 (09:16 +0200)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
.pre-commit-config.yaml

index 9ac3616066a50e7c5c223f9393c2adb7890c2743..da7428a64073fed0dd402e02345b32c51c724cd5 100644 (file)
@@ -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: []