Skip to content

Commit

Permalink
Updated Scrutinizer's config: now embedded dependencies analysis can …
Browse files Browse the repository at this point in the history
…be cached if configured correctly
  • Loading branch information
mnapoli committed Dec 11, 2014
1 parent 86ef2e1 commit 5c44ca1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ tools:
config:
check_variables:
enabled: false
dependency_paths:
- libs/

filter:
paths:
- core/
- plugins/
excluded_paths:
- 'tests/*'
- 'libs/*'
- 'misc/*'
- 'lang/*'
- '*/tests/*'
- '*/Test/*'

build:
environment:
Expand Down

0 comments on commit 5c44ca1

Please sign in to comment.