Skip to content

Commit f225b06

Browse files
committed
Merge branch 'andre/update-dependencies'
2 parents 6035eea + fbd1a8b commit f225b06

23 files changed

+534
-598
lines changed

rubocop.yml .rubocop.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
inherit_from: .rubocop_todo.yml
2+
13
Metrics/BlockNesting:
24
Max: 2
35

4-
Metrics/LineLength:
6+
Layout/LineLength:
57
AllowURI: true
68
Enabled: false
79

@@ -13,7 +15,7 @@ Metrics/ParameterLists:
1315
Max: 4
1416
CountKeywordArgs: true
1517

16-
Style/AccessModifierIndentation:
18+
Layout/AccessModifierIndentation:
1719
EnforcedStyle: outdent
1820

1921
Style/CollectionMethods:
@@ -26,7 +28,7 @@ Style/CollectionMethods:
2628
Style/Documentation:
2729
Enabled: false
2830

29-
Style/DotPosition:
31+
Layout/DotPosition:
3032
EnforcedStyle: trailing
3133

3234
Style/DoubleNegation:
@@ -47,8 +49,10 @@ Style/Lambda:
4749
Style/RaiseArgs:
4850
EnforcedStyle: compact
4951

50-
Style/SpaceInsideHashLiteralBraces:
52+
Layout/SpaceInsideHashLiteralBraces:
5153
EnforcedStyle: no_space
5254

53-
Style/TrailingComma:
54-
EnforcedStyleForMultiline: 'comma'
55+
# Check quotes usage according to lint rule below.
56+
Style/StringLiterals:
57+
Enabled: true
58+
EnforcedStyle: double_quotes

0 commit comments

Comments
 (0)