Skip to content

Commit d7baa00

Browse files
committed
Ordered
1 parent fb23201 commit d7baa00

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.rubocop.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ Style/StringLiterals:
1616
Enabled: true
1717
EnforcedStyle: double_quotes
1818

19+
Style/MultilineIfThen:
20+
Enabled: true
21+
22+
Style/MethodDefParentheses:
23+
Enabled: true
24+
25+
Style/BracesAroundHashParameters:
26+
Enabled: true
27+
1928
Layout/IndentationWidth:
2029
Enabled: true
2130

@@ -43,15 +52,6 @@ Layout/SpaceInsideHashLiteralBraces:
4352
Layout/CaseIndentation:
4453
Enabled: true
4554

46-
Style/MultilineIfThen:
47-
Enabled: true
48-
49-
Style/MethodDefParentheses:
50-
Enabled: true
51-
52-
Style/BracesAroundHashParameters:
53-
Enabled: true
54-
5555
Lint/EndAlignment:
5656
Enabled: true
5757
EnforcedStyleAlignWith: variable

0 commit comments

Comments
 (0)