diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-10-25 09:16:19 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-10-25 09:16:19 +0200 |
commit | c49bf7fa9f54b37ef4fec598f247716fff12ea7c (patch) | |
tree | ae3ce9161dde205dc1b3ce4bdfbd79ee2132065c /.pre-commit-config.yaml | |
parent | 6435191a6e96600db9efbad8514d6c2eff1375d1 (diff) | |
download | nextcloud-server-c49bf7fa9f54b37ef4fec598f247716fff12ea7c.tar.gz nextcloud-server-c49bf7fa9f54b37ef4fec598f247716fff12ea7c.zip |
Do not apply codestyle to composer autoloaders
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: [] |