Skip to content

Commit

Permalink
[psr0] exclude ZendTest/Loader/TestAsset/Name_Space/Namespaced/Class.php
Browse files Browse the repository at this point in the history
Exclude ZendTest/Loader/TestAsset/Name_Space/Namespaced/Class.php from PSR-0 checks.
  • Loading branch information
Maks3w committed Jan 4, 2014
1 parent e91d69f commit d4d8740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
->notName('TestSampleClass10.php')
->exclude('demos')
->exclude('resources')
->exclude('Class.php')
->filter(function (SplFileInfo $file) {
if (strstr($file->getPath(), 'compatibility')) {
return false;
Expand Down
1 change: 1 addition & 0 deletions tests/.php_cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
$finder = Symfony\CS\Finder\DefaultFinder::create()
->notName('TestSampleClass10.php')
->notName('Class.php')
->in(__DIR__);
return Symfony\CS\Config\Config::create()
->finder($finder);

0 comments on commit d4d8740

Please sign in to comment.