Browse Source

Do not apply codestyle to composer autoloaders

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v26.0.0beta1
Côme Chilliet 1 year ago
parent
commit
c49bf7fa9f
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .pre-commit-config.yaml

+ 1
- 1
.pre-commit-config.yaml 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: []

Loading…
Cancel
Save