forked from hybridauth/hybridauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
42 lines (39 loc) · 1 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
filter:
excluded_paths:
- docs/*
- vendor/*
- tests/*
- examples/*
- src/Deprecated/*
- src/Thirdparty/*
tools:
php_mess_detector: true
php_analyzer: true
php_pdepend: true
checks:
php:
code_rating: true
duplication: false
avoid_multiple_statements_on_same_line: true
avoid_fixme_comments: true
avoid_todo_comments: true
avoid_unnecessary_concatenation: true
classes_in_camel_caps: true
encourage_single_quotes: true
fix_line_ending: true
function_in_camel_caps: true
line_length:
max_length: '160'
parameters_in_camelcaps: true
properties_in_camelcaps: true
uppercase_constants: true
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
general:
linefeed_character: return-newline
around_operators:
negation: true