File tree Expand file tree Collapse file tree 2 files changed +530
-43
lines changed Expand file tree Collapse file tree 2 files changed +530
-43
lines changed Original file line number Diff line number Diff line change 1
- Style/IfUnlessModifier :
2
- MaxLineLength : 150
3
-
4
- Metrics/LineLength :
5
- Max : 146
6
-
7
- Metrics/AbcSize :
8
- Max : 87
9
-
10
- Metrics/MethodLength :
11
- Max : 54
12
-
13
- Metrics/CyclomaticComplexity :
14
- Max : 12
15
-
16
- PerceivedComplexity :
17
- Max : 14
1
+ inherit_from : .rubocop_todo.yml
18
2
19
3
Style/GlobalVars :
20
4
AllowedVariables : [$GSL]
21
5
22
- Documentation :
23
- Enabled : false
24
-
25
- Metrics/ClassLength :
26
- Max : 170
27
-
28
- SingleLineBlockParams :
29
- Enabled : false
30
-
31
- Lint/Eval :
32
- Enabled : false
33
-
34
- Lint/AssignmentInCondition :
35
- Enabled : false
36
-
37
- SignalException :
38
- Enabled : false
39
-
40
- Style/FileName :
41
- Enabled : false
42
-
43
- Style/MethodName :
44
- Enabled : false
45
-
46
- Lint/UnusedBlockArgument :
47
- Enabled : false
6
+ Naming/MethodName :
7
+ Exclude :
8
+ - lib/classifier-reborn/extensions/vector.rb
You can’t perform that action at this time.
0 commit comments