.rubocop.yml in puma-daemon-0.1.0 vs .rubocop.yml in puma-daemon-0.1.1

- old
+ new

@@ -1,10 +1,21 @@ +inherit_gem: + relaxed-rubocop: .rubocop.yml + +AllCops: + TargetRubyVersion: 2.4 + NewCops: enable + +Style/OptionalBooleanParameter: + Exclude: + - 'lib/puma/daemon/dsl.rb' + Style/StringLiterals: Enabled: true - EnforcedStyle: double_quotes + EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true - EnforcedStyle: double_quotes + EnforcedStyle: single_quotes Layout/LineLength: Max: 120