We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15515ae commit 80b969cCopy full SHA for 80b969c
.rubocop.yml
@@ -1,8 +1,12 @@
1
AllCops:
2
- TargetRubyVersion: 2.5
+ TargetRubyVersion: 2.6
3
Exclude:
4
- db/**
5
6
+inherit_mode:
7
+ merge:
8
+ - Exclude
9
+
10
Layout/ParameterAlignment:
11
EnforcedStyle: with_fixed_indentation
12
Layout/BlockAlignment:
@@ -46,6 +50,8 @@ Layout/MultilineOperationIndentation:
46
50
EnforcedStyle: indented
47
51
Layout/SpaceBeforeBlockBraces:
48
52
EnforcedStyle: no_space
53
+Layout/LineLength:
54
+ Max: 120
49
55
56
Metrics/AbcSize:
57
Enabled: false
@@ -56,8 +62,6 @@ Metrics/ClassLength:
62
Max: 200
63
Metrics/CyclomaticComplexity:
58
64
59
-Metrics/LineLength:
60
- Max: 120
61
65
Metrics/MethodLength:
66
Max: 40
67
Metrics/ModuleLength:
0 commit comments