-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ameba.yml
50 lines (40 loc) · 1.17 KB
/
.ameba.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
Lint/UselessAssign:
Description: Disallows useless variable assignments
Enabled: false
Severity: Warning
Naming/BlockParameterName:
Description: Disallows non-descriptive block parameter names
Enabled: false
Severity: Convention
Lint/NotNil:
Description: Identifies usage of `not_nil!` calls
Enabled: false
Severity: Warning
Lint/SpecFilename:
Description: Enforces spec filenames to have `_spec` suffix
Enabled: false
Severity: Warning
Style/ParenthesesAroundCondition:
Description: Disallows redundant parentheses around control expressions
Enabled: false
Severity: Convention
Naming/AccessorMethodName:
Description: Makes sure that accessor methods are named properly
Enabled: false
Severity: Convention
Naming/PredicateName:
Description: Disallows tautological predicate names
Enabled: false
Severity: Convention
Documentation/DocumentationAdmonition:
Description: Reports documentation admonitions
Enabled: false
Severity: Warning
Naming/QueryBoolMethods:
Description: Reports boolean properties without the `?` suffix
Enabled: false
Severity: Convention
Style/PredicateName:
Enabled: false
Style/QueryBoolMethods:
Enabled: false