Skip to content

Commit

Permalink
Exclude cache directories
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Nov 28, 2018
1 parent 94352e6 commit f84dd2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .php_cs
Expand Up @@ -9,6 +9,8 @@ $dirs = PhpCsFixer\Finder::create()
->exclude('OpenApi/Model')
->exclude('OpenApi/Tests/fixtures')
->exclude('AutoMapper/Bundle/Tests/Resources')
->exclude('AutoMapper/Tests/cache')
->exclude('cache')
->in(__DIR__ . '/src')
;

Expand Down

0 comments on commit f84dd2d

Please sign in to comment.