mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
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:
commit
9c337183c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue