.rubocop.yml in sidekiq-prometheus-exporter-0.1.17 vs .rubocop.yml in sidekiq-prometheus-exporter-0.2.0

- old
+ new

@@ -6,10 +6,13 @@ AllCops: NewCops: enable SuggestExtensions: false TargetRubyVersion: ~ + Exclude: + - "gemfiles/**/*" + - "tmp/**/*" Gemspec/RequiredRubyVersion: Enabled: false Style/Documentation: @@ -67,10 +70,10 @@ Layout/MultilineOperationIndentation: EnforcedStyle: indented IndentationWidth: ~ Metrics/AbcSize: - Max: 25 + Max: 35 CountRepeatedAttributes: false Metrics/MethodLength: Max: 15