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

Commit

Permalink
Re-instated two notPath() rules
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 16, 2014
1 parent 1b33780 commit 456b7d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,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')
// Following are necessary when you use `parallel` or specify a path
// from the project root.
->notPath('Stream.php')
Expand Down

0 comments on commit 456b7d6

Please sign in to comment.