瀏覽代碼

fix(CI): Also apply codestyle to apps/ folder even when it's VCS ignored itself

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
tags/v28.0.0rc1
Joas Schilling 5 月之前
父節點
當前提交
272719ed1c
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      .php-cs-fixer.dist.php

+ 1
- 0
.php-cs-fixer.dist.php 查看文件

@@ -20,6 +20,7 @@ $config
->notPath('composer')
->notPath('node_modules')
->notPath('vendor')
->in('apps')
->in(__DIR__);

// Ignore additional app directories

Loading…
取消
儲存