Browse Source

Exclude stubs from code style check

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
tags/v20.0.0beta1
Daniel Kesselberg 3 years ago
parent
commit
87d738d9fa
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .php_cs.dist

+ 1
- 0
.php_cs.dist View File

@@ -13,6 +13,7 @@ $config
->exclude('config')
->exclude('data')
->notPath('3rdparty')
->notPath('build/stubs')
->notPath('composer')
->notPath('vendor')
->in(__DIR__);

Loading…
Cancel
Save