config/default.yml in rubocop-github-0.4.2 vs config/default.yml in rubocop-github-0.5.0

- old
+ new

@@ -204,11 +204,11 @@ Enabled: true Style/BlockComments: Enabled: true -Style/BlockEndNewline: +Layout/BlockEndNewline: Enabled: true Style/CaseEquality: Enabled: true @@ -228,11 +228,11 @@ Enabled: true Style/EndBlock: Enabled: true -Style/EndOfLine: +Layout/EndOfLine: Enabled: true Style/FileName: Enabled: true @@ -243,11 +243,11 @@ Enabled: true Style/FrozenStringLiteralComment: Enabled: true -Style/InitialIndentation: +Layout/InitialIndentation: Enabled: true Style/LambdaCall: Enabled: true @@ -270,53 +270,53 @@ Enabled: true Style/OneLineConditional: Enabled: true -Style/SpaceAfterMethodName: +Layout/SpaceAfterMethodName: Enabled: true -Style/SpaceAfterColon: +Layout/SpaceAfterColon: Enabled: true -Style/SpaceAfterComma: +Layout/SpaceAfterComma: Enabled: true -Style/SpaceAfterNot: +Layout/SpaceAfterNot: Enabled: true -Style/SpaceAfterSemicolon: +Layout/SpaceAfterSemicolon: Enabled: true -Style/SpaceAroundBlockParameters: +Layout/SpaceAroundBlockParameters: Enabled: true -Style/SpaceAroundEqualsInParameterDefault: +Layout/SpaceAroundEqualsInParameterDefault: Enabled: true -Style/SpaceInsideArrayPercentLiteral: +Layout/SpaceInsideArrayPercentLiteral: Enabled: true -Style/SpaceInsideBrackets: +Layout/SpaceInsideBrackets: Enabled: true -Style/SpaceInsideParens: +Layout/SpaceInsideParens: Enabled: true -Style/SpaceInsideRangeLiteral: +Layout/SpaceInsideRangeLiteral: Enabled: true Style/StabbyLambdaParentheses: Enabled: true Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes -Style/Tab: +Layout/Tab: Enabled: true -Style/TrailingBlankLines: +Layout/TrailingBlankLines: Enabled: true -Style/TrailingWhitespace: +Layout/TrailingWhitespace: Enabled: true