Skip to content

Commit

Permalink
Dev Updated scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Aug 11, 2015
1 parent 9bdf7bc commit 769e37f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .scrutinizer.yml
@@ -1,15 +1,9 @@
filter:
excluded_paths: [framework/*, locale/*, docs/*, fonts/*, third_party/*, application/third_party/*, images/*, styles/*, styles-public/*, templates/*, themes/*, tmp/*, upload/*]
paths: [application/*]
tools:
php_code_sniffer:
config:
standard: "PSR1"
php_pdepend:
command: pdepend
php_cs_fixer:
config: { level: psr1 }
checks:
php:
code_rating: true
duplication: true
duplication: true
one_class_per_file: true

0 comments on commit 769e37f

Please sign in to comment.