-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.php-censor.yml
More file actions
47 lines (37 loc) · 885 Bytes
/
.php-censor.yml
File metadata and controls
47 lines (37 loc) · 885 Bytes
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
build_settings:
ignore:
- vendor
- tests
setup:
composer:
action: install
test:
php_unit:
config:
- phpunit.xml.dist
coverage: true
php_mess_detector:
allow_failures: true
php_code_sniffer:
standard: PSR2
encoding: UTF-8
allow_failures: true
php_cpd:
allow_failures: true
php_loc:
allow_failures: true
php_parallel_lint:
allow_failures: true
php_docblock_checker:
allow_failures: true
security_checker:
binary_type: symfony
allow_failures: false
complete:
email_notify:
default_mailto_address: poisoncorpsee@gmail.com
telegram_notify:
auth_token: "%SECRET:telegram_auth_token%"
recipients:
- "%SECRET:telegram_chat_id%"
send_log: false