Skip to content

Commit

Permalink
cleanup outdated dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed May 17, 2016
1 parent 2178681 commit b8adea1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,9 @@ if (null === $input->getArgument('path')) {
$config
->finder(
Symfony\CS\Finder\DefaultFinder::create()
->in('src/')
->in('other/')
->in('test/')
->filter(
function (\SplFileInfo $file) {
return strpos($file->getRelativePathname(), 'random_compat') === FALSE;
}
)
->in('src')
->in('test')
->exclude('vendor')
);
}

Expand Down

0 comments on commit b8adea1

Please sign in to comment.