.rubocop.yml in fixer_upper-0.4.0 vs .rubocop.yml in fixer_upper-0.5.0

- old
+ new

@@ -1,55 +1,5 @@ -AllCops: - DisplayCopNames: true +inherit_gem: + the_bath_of_zahn: rubocop.yml -Bundler/OrderedGems: +Metrics/ParameterLists: Enabled: false - -Metrics/LineLength: - IgnoredPatterns: - - !ruby/regexp /^\s*#/ - -Metrics/MethodLength: - Exclude: - - test/**/*.rb - -Style/AlignParameters: - EnforcedStyle: with_fixed_indentation - -Style/AsciiComments: - Enabled: false - -Style/Documentation: - Enabled: false - -Style/EmptyMethod: - Enabled: false - -Style/ExtraSpacing: - AllowForAlignment: false - -Style/FrozenStringLiteralComment: - Enabled: false - -Style/GuardClause: - Enabled: false - -Style/IfUnlessModifier: - Enabled: false - -Style/MultilineMethodCallIndentation: - EnforcedStyle: indented_relative_to_receiver - -Style/NegatedIf: - Enabled: false - -Style/SpaceInLambdaLiteral: - EnforcedStyle: require_space - -Style/StringLiterals: - EnforcedStyle: double_quotes - -Style/StringLiteralsInInterpolation: - Enabled: false - -Style/TrailingCommaInLiteral: - EnforcedStyleForMultiline: comma