Skip to content

Commit

Permalink
Dev Added Javascript checking
Browse files Browse the repository at this point in the history
Dev One more try to add PSR-2 checks
  • Loading branch information
c-schmitz committed Nov 24, 2017
1 parent cde2d89 commit bb0dbff
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .scrutinizer.yml
Expand Up @@ -6,10 +6,19 @@ checks:
code_rating: true
duplication: true
one_class_per_file: true
javascript: true
tools:
php_cs_fixer:
config:
level: psr2
enabled: true
config:
level: psr2
filter:
excluded_paths:
- 'docs/*'
- 'examples/*'
- 'extras/*'
- 'test/*'
- 'vendor/*'
coding_style:
php:
braces:
Expand Down

0 comments on commit bb0dbff

Please sign in to comment.