Skip to content

Commit fb23201

Browse files
committed
Fixed deprecated warnings
1 parent de98d29 commit fb23201

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.rubocop.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AllCops:
55
- doc/**/*.rb
66
- rake.gemspec
77

8-
Style/LineLength:
8+
Metrics/LineLength:
99
Enabled: true
1010
Max: 120
1111

@@ -16,31 +16,31 @@ Style/StringLiterals:
1616
Enabled: true
1717
EnforcedStyle: double_quotes
1818

19-
Style/IndentationWidth:
19+
Layout/IndentationWidth:
2020
Enabled: true
2121

22-
Style/Tab:
22+
Layout/Tab:
2323
Enabled: true
2424

25-
Style/EmptyLines:
25+
Layout/EmptyLines:
2626
Enabled: true
2727

28-
Style/TrailingBlankLines:
28+
Layout/TrailingBlankLines:
2929
Enabled: true
3030

31-
Style/TrailingWhitespace:
31+
Layout/TrailingWhitespace:
3232
Enabled: true
3333

34-
Style/SpaceBeforeBlockBraces:
34+
Layout/SpaceBeforeBlockBraces:
3535
Enabled: true
3636

37-
Style/SpaceInsideBlockBraces:
37+
Layout/SpaceInsideBlockBraces:
3838
Enabled: true
3939

40-
Style/SpaceInsideHashLiteralBraces:
40+
Layout/SpaceInsideHashLiteralBraces:
4141
Enabled: true
4242

43-
Style/CaseIndentation:
43+
Layout/CaseIndentation:
4444
Enabled: true
4545

4646
Style/MultilineIfThen:

0 commit comments

Comments
 (0)