forked from OpencachingDeutschland/oc-server3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.scrutinizer.yml
35 lines (33 loc) · 865 Bytes
/
.scrutinizer.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
build:
environment:
php:
version: 5.6
dependencies:
before:
- cd htdocs/
- composer install
- cp app/config/parameters.yml.dist app/config/parameters.yml
tests:
override:
-
command: './bin/console code:sniff --xml'
analysis:
file: './tests/cs-data'
format: 'php-cs-checkstyle'
filter:
paths:
- 'htdocs/*'
- 'local/*'
excluded_paths:
- 'bin/*'
- 'doc/*'
- 'htdocs/okapi/*'
- 'htdocs/resource2/tinymce/*'
- 'htdocs/resource2/ocstyle/js/communicator-api/*'
- 'htdocs/resource2/ocstyle/js/enlargeit/*'
- 'htdocs/templates2/*'
dependency_paths:
- 'htdocs/vendor/*'
checks:
php: true
javascript: true