.rubocop.yml in simple_command_dispatcher-3.0.2 vs .rubocop.yml in simple_command_dispatcher-3.0.3

- old
+ new

@@ -11,11 +11,12 @@ require: - rubocop-performance - rubocop-rspec AllCops: - TargetRubyVersion: 2.7.0 + SuggestExtensions: false + TargetRubyVersion: 3.0.1 NewCops: enable Exclude: - '.git/**/*' - '.idea/**/*' - 'init/*' @@ -125,12 +126,9 @@ - 'spec/**/*.rb' # Avoid methods longer than 15 lines of code. Metrics/MethodLength: Max: 20 - IgnoredMethods: - - swagger_path - - operation # A complexity metric geared towards measuring complexity for a human reader. Metrics/PerceivedComplexity: Max: 10