Merge pull request #34789 from nextcloud/fix/pre-commit-exclude-composer-autoload-from-codestyle

Do not apply codestyle to composer autoloaders
This commit is contained in:
Julius Härtl 2022-10-26 18:01:40 +02:00 committed by GitHub
commit 9c337183c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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: []