-
Notifications
You must be signed in to change notification settings - Fork 11
/
yaml-sort-checker.yml
68 lines (59 loc) · 1.57 KB
/
yaml-sort-checker.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
files:
app/config/config.yml:
excludedKeys:
doctrine:
dbal:
- dbname
- port
- user
- password
- charset
- default_table_options
swiftmailer:
- transport
- host
- username
- password
excludedSections:
0: imports
1: parameters
app/config/config_dev.yml:
excludedKeys:
0: imports
monolog:
handlers:
console:
- type
main:
- type
app/config/config_prod.yml:
excludedKeys:
monolog:
handlers:
main:
- type
nested:
- type
app/config/config_test.yml:
excludedKeys:
0: imports
app/config/parameters.yml.dist:
excludedKeys:
parameters:
- database_host
- database_port
- database_name
- database_user
- database_password
- mailer_transport
- mailer_host
- mailer_user
- mailer_password
app/config/routing.yml:
depth: 1
app/config/routing_dev.yml:
depth: 1
app/config/security.yml:
app/config/services.yml:
depth: 2
yaml-sort-checker.yml: