We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb23201 commit d7baa00Copy full SHA for d7baa00
1 file changed
.rubocop.yml
@@ -16,6 +16,15 @@ Style/StringLiterals:
16
Enabled: true
17
EnforcedStyle: double_quotes
18
19
+Style/MultilineIfThen:
20
+ Enabled: true
21
+
22
+Style/MethodDefParentheses:
23
24
25
+Style/BracesAroundHashParameters:
26
27
28
Layout/IndentationWidth:
29
30
@@ -43,15 +52,6 @@ Layout/SpaceInsideHashLiteralBraces:
43
52
Layout/CaseIndentation:
44
53
45
54
46
-Style/MultilineIfThen:
47
- Enabled: true
48
-
49
-Style/MethodDefParentheses:
50
51
-Style/BracesAroundHashParameters:
55
Lint/EndAlignment:
56
57
EnforcedStyleAlignWith: variable
0 commit comments