Skip to content

Commit 169274c

Browse files
committed
style: auto-gen config
1 parent a5fb2ae commit 169274c

File tree

2 files changed

+530
-43
lines changed

2 files changed

+530
-43
lines changed

.rubocop.yml

Lines changed: 4 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,8 @@
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
182

193
Style/GlobalVars:
204
AllowedVariables: [$GSL]
215

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

0 commit comments

Comments
 (0)