forked from bigbluebutton/bigbluebutton-api-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
31 lines (30 loc) · 828 Bytes
/
.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
build:
nodes:
analysis:
project_setup:
override: true
environment:
php:
version: 8.1
compile_options: '--with-openssl --with-curl --enable-mbstring --enable-mbregex --enable-bcmath --with-mhash --with-xmlrpc --enable-opcache --enable-intl --with-pear --enable-fpm --with-zlib-dir --enable-inline-optimization --with-bz2 --with-zlib'
tests:
override:
- php-scrutinizer-run --enable-security-analysis
filter:
excluded_paths:
- 'tests/*'
checks:
php:
uppercase_constants: true
remove_extra_empty_lines: true
function_in_camel_caps: true
avoid_fixme_comments: true
avoid_todo_comments: true
coding_style:
php:
indentation:
general:
size: 1
spaces:
around_operators:
concatenation: false