forked from php-censor/php-censor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.php-censor.yml
52 lines (44 loc) · 1.2 KB
/
.php-censor.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
50
51
52
build_settings:
ignore:
- vendor
- tests
setup:
composer:
action: install
env:
POSTGRESQL_USER: '%SECRET:postgres_testdb_user%'
POSTGRESQL_PASSWORD: '%SECRET:postgres_testdb_password%'
POSTGRESQL_DBNAME: '%SECRET:postgres_testdb_name%'
MYSQL_USER: '%SECRET:mysql_testdb_user%'
MYSQL_PASSWORD: '%SECRET:mysql_testdb_password%'
MYSQL_DBNAME: '%SECRET:mysql_testdb_name%'
test:
php_unit:
config:
- phpunit.xml.dist
coverage: true
php_cs_fixer:
args: '--allow-risky=yes'
errors: true
report_errors: true
config: .php-cs-fixer.dist.php
allow_failures: true
php_cpd:
allow_failures: true
ignore:
- 'src/Languages'
php_loc:
allow_failures: true
php_parallel_lint:
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