Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/cs-overzealousness'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Aug 4, 2014
3 parents 6094e60 + a65af81 + 14d16c5 commit 68a9f7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .php_cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
$finder = Symfony\CS\Finder\DefaultFinder::create()
->notPath('Zend/View/Stream.php')
->notPath('ZendTest/Code/Generator/TestAsset')
->notPath('ZendTest/Code/Reflection/FunctionReflectionTest.php')
->notPath('ZendTest/Code/Reflection/MethodReflectionTest.php')
Expand All @@ -8,6 +9,8 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
->notPath('ZendTest/Validator/_files')
->notPath('ZendTest/Loader/_files')
->notPath('ZendTest/Loader/TestAsset')
->notPath('demos')
->notPath('resources')
->filter(function (SplFileInfo $file) {
if (strstr($file->getPath(), 'compatibility')) {
return false;
Expand Down

0 comments on commit 68a9f7b

Please sign in to comment.