forked from sdebacker/TypiCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
35 lines (35 loc) · 1.06 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
filter:
excluded_paths:
- app/tests/*
- app/views/*
- app/config/*
- app/database/*
tools:
php_sim: true
php_pdepend: true
php_analyzer: true
php_mess_detector: true
php_cs_fixer:
filter:
paths:
- app/TypiCMS/*
excluded_paths:
- app/TypiCMS/Modules/*/Views/*
config:
level: psr2
fixers:
indentation: true
linefeed: true
trailing_spaces: true
unused_use: true
phpdoc_params: true
visibility: true
return: true
short_tag: true
braces: true
include: true
php_closing_tag: true
extra_empty_lines: true
controls_spaces: true
elseif: true
eof_ending: true