-
Notifications
You must be signed in to change notification settings - Fork 125
/
.scrutinizer.yml
executable file
·41 lines (35 loc) · 1.12 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
tools:
# Runs the PHP CS Fixer (http://http://cs.sensiolabs.org/).
php_cs_fixer:
extensions:
# Default:
- php
command: php-cs-fixer
enabled: true
filter:
paths: []
excluded_paths: []
config:
level: all # Allowed Values: "psr0", "psr1", "psr2", "all"
fixers: []
sensiolabs_security_checker: true
#php code sniffer
php_code_sniffer:
extensions:
# Default:
- php
command: phpcs
enabled: true
filter:
paths: []
excluded_paths: []
config:
# Built-in standards: PEAR, PHPCS, PSR1, PSR2, Squiz, Zend
standard: PSR2
sniffs: []
severity: ~
error_severity: ~
warning_severity: ~
tab_width: ~
encoding: ~
config: