Skip to content

Commit

Permalink
TE: Added scrutinizer configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelandrieu committed Jun 3, 2016
1 parent a4d5804 commit 650b3f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'src/PrestaShopBundle/Tests/*'

tools:
php_cs_fixer:
config:
level: symfony
fixers: { long_array_syntax: true }

build_failure_conditions:
- 'issues.label("coding-style").new.exists'

0 comments on commit 650b3f7

Please sign in to comment.