forked from wealthbot-io/wealthbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sensiolabs.yml
39 lines (39 loc) · 841 Bytes
/
.sensiolabs.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
global_exclude_dirs:
- vendor
- vendors
- test
- tests
- Tests
- spec
- features
- Fixtures
- DataFixtures
- var
- system
- vagrant
- api/cache
- app/polyfill
rules:
symfony.controller.too_many_template_variables:
enabled: true
max_count: 20
threshold: 15
symfony.application_not_bootable:
enabled: false
twig.template_too_complex:
enabled: true
max_depth: 60
symfony.controller.action_method_too_long:
enabled: true
max_length: 60
threshold: 10
symfony.controller.too_many_actions_per_controller:
enabled: true
max_count: 50
threshold: 10
missing_e_o_l:
enabled: false
pre_composer_script: |
yes '' | pecl install apcu
php_ini:
extension = apcu.so