File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Metrics/LineLength:
4
4
5
5
Style/ConditionalAssignment :
6
6
SingleLineConditionsOnly : true
7
+ EnforcedStyle : assign_inside_condition
7
8
8
9
Style/Encoding :
9
10
EnforcedStyle : when_needed
@@ -43,7 +44,7 @@ Style/DotPosition:
43
44
Description : Checks the position of the dot in multi-line method calls.
44
45
StyleGuide : https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains
45
46
Enabled : true
46
- EnforcedStyle : trailing
47
+ EnforcedStyle : leading
47
48
SupportedStyles :
48
49
- leading
49
50
- trailing
@@ -184,7 +185,7 @@ Lint/AssignmentInCondition:
184
185
AllowSafeAssignment : true
185
186
Style/InlineComment :
186
187
Description : Avoid inline comments.
187
- Enabled : false
188
+ Enabled : true
188
189
Style/AccessorMethodName :
189
190
Description : Check the naming of accessor methods for get_/set_.
190
191
Enabled : false
You can’t perform that action at this time.
0 commit comments