Skip to content

Commit

Permalink
skipped csfixing for src/files
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Sep 27, 2016
1 parent 32ef7a3 commit d8568fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .hidev/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ package:
- authorization data: roles and permissions
- helpers
php-cs-fixer:
finder:
notPath:
- src/files
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ return Symfony\CS\Config\Config::create()
->finder(
Symfony\CS\Finder\DefaultFinder::create()
->in(__DIR__)
->notPath('src/files')
->notPath('vendor')
->notPath('runtime')
->notPath('web/assets')
Expand Down

0 comments on commit d8568fa

Please sign in to comment.