@@ -182,16 +182,14 @@ Layout/HeredocIndentation:
182
182
Enabled : false
183
183
184
184
Layout/IndentationConsistency :
185
- Enabled : false
185
+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#indentation
186
186
187
187
Layout/IndentationStyle :
188
- Enabled : true
189
188
EnforcedStyle : spaces
190
189
IndentationWidth : 2
191
190
StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#default-indentation
192
191
193
192
Layout/IndentationWidth :
194
- Enabled : true
195
193
Width : 2
196
194
StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#default-indentation
197
195
@@ -262,11 +260,9 @@ Layout/SingleLineBlockChain:
262
260
Enabled : false
263
261
264
262
Layout/SpaceAfterColon :
265
- Enabled : true
266
263
StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#spaces-operators
267
264
268
265
Layout/SpaceAfterComma :
269
- Enabled : true
270
266
StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#spaces-operators
271
267
272
268
Layout/SpaceAfterMethodName :
@@ -276,18 +272,16 @@ Layout/SpaceAfterNot:
276
272
Enabled : true
277
273
278
274
Layout/SpaceAfterSemicolon :
279
- Enabled : true
280
275
StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#spaces-operators
281
276
282
277
Layout/SpaceAroundBlockParameters :
283
278
Enabled : true
284
279
285
280
Layout/SpaceAroundEqualsInParameterDefault :
286
- Enabled : true
287
281
StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#spaces-around-equals
288
282
289
283
Layout/SpaceAroundKeyword :
290
- Enabled : false
284
+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#spaces-operators
291
285
292
286
Layout/SpaceAroundMethodCallOperator :
293
287
Enabled : false
@@ -317,7 +311,6 @@ Layout/SpaceInLambdaLiteral:
317
311
Enabled : false
318
312
319
313
Layout/SpaceInsideArrayLiteralBrackets :
320
- Enabled : true
321
314
EnforcedStyle : no_space
322
315
StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#no-spaces-braces
323
316
@@ -349,7 +342,6 @@ Layout/TrailingEmptyLines:
349
342
Enabled : true
350
343
351
344
Layout/TrailingWhitespace :
352
- Enabled : true
353
345
StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#trailing-whitespace
354
346
355
347
Lint/AmbiguousAssignment :
@@ -1090,7 +1082,6 @@ Style/DateTime:
1090
1082
Enabled : false
1091
1083
1092
1084
Style/DefWithParentheses :
1093
- Enabled : true
1094
1085
StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#method-parens-when-arguments
1095
1086
1096
1087
Style/Dir :
@@ -1178,7 +1169,6 @@ Style/FloatDivision:
1178
1169
Enabled : false
1179
1170
1180
1171
Style/For :
1181
- Enabled : true
1182
1172
StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#avoid-for
1183
1173
1184
1174
Style/FormatString :
@@ -1215,7 +1205,6 @@ Style/HashLikeCase:
1215
1205
Enabled : false
1216
1206
1217
1207
Style/HashSyntax :
1218
- Enabled : true
1219
1208
EnforcedStyle : ruby19_no_mixed_keys
1220
1209
StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#symbols-as-keys
1221
1210
@@ -1316,7 +1305,6 @@ Style/MultilineIfModifier:
1316
1305
Enabled : false
1317
1306
1318
1307
Style/MultilineIfThen :
1319
- Enabled : true
1320
1308
StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#no-then-for-multi-line-if-unless
1321
1309
1322
1310
Style/MultilineInPatternThen :
@@ -1583,8 +1571,8 @@ Style/StringHashKeys:
1583
1571
Enabled : false
1584
1572
1585
1573
Style/StringLiterals :
1586
- Enabled : true
1587
1574
EnforcedStyle : double_quotes
1575
+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#double-quotes
1588
1576
1589
1577
Style/StringLiteralsInInterpolation :
1590
1578
Enabled : false
0 commit comments