.rubocop.yml in toycol-0.1.0 vs .rubocop.yml in toycol-0.2.0

- old
+ new

@@ -12,10 +12,14 @@ TargetRubyVersion: 2.6 Style/Documentation: Enabled: false +Style/StringConcatenation: + Exclude: + - lib/toycol/server.rb + Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: @@ -23,12 +27,17 @@ EnforcedStyle: double_quotes Layout/LineLength: Max: 120 +Layout/HashAlignment: + Exclude: + - lib/toycol/server.rb + Metrics: Exclude: - lib/toycol/proxy.rb + - lib/toycol/server.rb Metrics/AbcSize: Max: 30 Metrics/ClassLength: