forked from supernova-ws/SuperNova
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.scrutinizer.yml
50 lines (50 loc) · 1.27 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
42
43
44
45
46
47
48
49
50
build:
tests:
override:
-
# command: 'vendor/bin/phpunit --coverage-clover=some-file tests --config tests/phpunit.xml'
coverage:
file: 'some-file'
format: 'clover'
filter:
excluded_paths:
## Excluding Tests, Specs and Vendor Directories at any Level
- tests/
# - tests/**/*
- tests.int/
# - tests.int/**/*
- vendor/
# - "**/vendor/**/*"
- spec/
# Excluding Sypex Dumper files
- admin/sxd/*
# - **/sxd/
# - "admin/sxd/**/*"
# Excluding minified files
# - "**.min.js"
# - "**.min.css"
# - *.min.js
# - **/**.min.js
# - *.min.css
# - */*/*.min.css
- design/*/*.min.css
- js/*/*.min.js
- js/lib/*
coding_style:
php:
indentation:
general:
size: 2
spaces:
around_operators:
concatenation: true
braces:
classes_functions:
class: end-of-line
function: end-of-line
closure: end-of-line
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: lower