-
Notifications
You must be signed in to change notification settings - Fork 0
/
.moo.yml
100 lines (96 loc) · 1.78 KB
/
.moo.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
workspace: /Users/moo/workspace/
domain: "{name}.mo"
#faqs:
# source: local
# data:
# questions:
# - "A Question one?"
# - "A Question two?"
#
# answers:
# - |
# Details of the answer for question:
# A Question one?
# - |
# Details of the answer for question:
# A Question two?
#OR
# source: url
# data: http://domain.com/api.json
sites:
ip: 127.0.0.1 #IP address to use for list of sites instead of finding one
commit:
style: CategorisedStyle # options: ImperativeMoodStyle, CategorisedStyle
categories:
Doc: Doc
Bug: Bug
Test: Test
words:
- Invert
- Increase
- Refactor
- Change
- Add
- Create
- Update
- Build
- Remove
- Set
- Temporarily
- Rename
- Implement
- Reduce
- Combine
- Move
- Configure
- Limit
- Exclude
- Place
- Use
- Reset
- Fix
- Hide
- Clean
- Init
- Make
- Integrate
- Enable
- Disable
- Reinstate
- Populate
- Replace
- Ensure
- Adjust
- Override
- Improve
- Apply
- Allow
- Convert
- Show
- Revert
- Extend
csfixes:
"@PSR2": true
"@PSR1": true
"@Symfony": true
"@PhpCsFixer": true
"mb_str_functions": false
"array_syntax":
"syntax": "short"
"ordered_imports":
"sort_algorithm": "alpha"
"phpdoc_no_empty_return": false
"phpdoc_to_comment": true
"concat_space":
"spacing": "one"
"blank_line_before_return": true
"hash_to_slash_comment": true
"protected_to_private": false
"linebreak_after_opening_tag": true
"yoda_style": false
"global_namespace_import":
"import_classes": true
"import_constants": null
"import_functions": null
"binary_operator_spaces":
"default": "align"