From c49bf7fa9f54b37ef4fec598f247716fff12ea7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 25 Oct 2022 09:16:19 +0200 Subject: [PATCH] Do not apply codestyle to composer autoloaders MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ac3616066a..da7428a6407 100644 --- a/.pre-commit-config.yaml +++ b/.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: []