Skip to content

Commit

Permalink
Update CS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jan 8, 2018
1 parent 08b6a66 commit bb58055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ return PhpCsFixer\Config::create()
])
->setFinder(
PhpCsFixer\Finder::create()
->exclude(['vendor', 'ezpublish_legacy', 'Resources', 'Installer/_templates'])
->exclude(['vendor', 'ezpublish_legacy', 'extension', 'Resources', 'Installer/_templates'])
->in(__DIR__)
)
;

0 comments on commit bb58055

Please sign in to comment.