@@ -287,6 +287,7 @@ Layout/SpaceAfterMethodName:
287287
288288Layout/SpaceAfterNot :
289289 Enabled : true
290+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#no-spaces-bang
290291
291292Layout/SpaceAfterSemicolon :
292293 StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#spaces-operators
@@ -311,6 +312,7 @@ Layout/SpaceAroundOperators:
311312
312313Layout/SpaceBeforeBlockBraces :
313314 Enabled : true
315+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#spaces-operators
314316
315317Layout/SpaceBeforeBrackets :
316318 Enabled : false
@@ -346,6 +348,7 @@ Layout/SpaceInsideHashLiteralBraces:
346348
347349Layout/SpaceInsideParens :
348350 Enabled : true
351+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#no-spaces-braces
349352
350353Layout/SpaceInsidePercentLiteralDelimiters :
351354 Enabled : false
@@ -355,6 +358,7 @@ Layout/SpaceInsideRangeLiteral:
355358
356359Layout/SpaceInsideReferenceBrackets :
357360 Enabled : true
361+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#no-spaces-braces
358362
359363Layout/SpaceInsideStringInterpolation :
360364 Enabled : false
@@ -825,12 +829,14 @@ Naming/MemoizedInstanceVariableName:
825829
826830Naming/MethodName :
827831 Enabled : true
832+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#snake-case-methods-vars
828833
829834Naming/MethodParameterName :
830835 Enabled : false
831836
832837Naming/PredicatePrefix :
833838 Enabled : false
839+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#bool-methods-qmark
834840
835841Naming/RescuedExceptionsVariableName :
836842 Enabled : false
@@ -1269,6 +1275,7 @@ Style/IfInsideElse:
12691275
12701276Style/IfUnlessModifier :
12711277 Enabled : false
1278+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#favor-modifier-if-unless
12721279
12731280Style/IfUnlessModifierOfIfUnless :
12741281 Enabled : false
@@ -1369,6 +1376,7 @@ Style/MultilineMethodSignature:
13691376
13701377Style/MultilineTernaryOperator :
13711378 Enabled : false
1379+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#no-multiline-ternary
13721380
13731381Style/MultilineWhenThen :
13741382 Enabled : false
@@ -1442,6 +1450,7 @@ Style/ObjectThen:
14421450
14431451Style/OneLineConditional :
14441452 Enabled : true
1453+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#trivial-ternary
14451454
14461455Style/OpenStructUse :
14471456 Enabled : false
@@ -1454,6 +1463,7 @@ Style/OptionalArguments:
14541463
14551464Style/OptionalBooleanParameter :
14561465 Enabled : false
1466+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#keyword-arguments
14571467
14581468Style/OrAssignment :
14591469 Enabled : true
@@ -1466,6 +1476,7 @@ Style/ParallelAssignment:
14661476
14671477Style/ParenthesesAroundCondition :
14681478 Enabled : false
1479+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#no-parens-if-unless-while
14691480
14701481Style/PercentLiteralDelimiters :
14711482 Enabled : false
@@ -1628,6 +1639,7 @@ Style/StringChars:
16281639
16291640Style/StringConcatenation :
16301641 Enabled : false
1642+ StyleGuide : https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#string-interpolation
16311643
16321644Style/StringHashKeys :
16331645 Enabled : false
0 commit comments