.rubocop.yml in puma-daemon-0.3.2 vs .rubocop.yml in puma-daemon-0.5.0

- old
+ new

@@ -1,11 +1,17 @@ +require: + - rubocop-performance + - rubocop-rake + - rubocop-rspec + inherit_gem: relaxed-rubocop: .rubocop.yml AllCops: - TargetRubyVersion: 2.4 NewCops: enable + SuggestExtensions: true + TargetRubyVersion: 2.6 Style/OptionalBooleanParameter: Exclude: - 'lib/puma/daemon/dsl.rb' @@ -21,8 +27,15 @@ Max: 120 Naming/FileName: Exclude: - 'lib/puma-daemon.rb' + +Rake/Desc: + Enabled: false + +RSpec/MultipleMemoizedHelpers: + Max: 20 + # Gemspec/DevelopmentDependencies: # Enabled: false