-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
49 lines (46 loc) · 1.23 KB
/
.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
build:
nodes:
my-tests:
environment:
php:
version: 7.2 # or any other released version
pecl_extensions:
- memcached
functional-tests:
environment:
hosts:
'local.dev': '127.0.0.1'
apache2:
modules: ['rewrite']
sites:
o2system_app:
web_root: 'public/'
host: 'local.dev'
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
- js-scrutinizer-run
filter:
excluded_paths:
- '*.min.js'
checks:
php: true
javascript: true
coding_style:
php:
indentation:
general:
size: 1
spaces:
around_operators:
concatenation: true
negation: true
within:
brackets: true