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

- old
+ new

@@ -7,12 +7,12 @@ # RuboCop will start looking for the configuration file in the directory # where the inspected file is and continue its way up to the root directory. # # See https://docs.rubocop.org/rubocop/configuration require: - - rubocop-performance - - rubocop-rspec +# - rubocop-performance +# - rubocop-rspec AllCops: SuggestExtensions: false TargetRubyVersion: 3.0.1 NewCops: enable @@ -137,11 +137,11 @@ # Naming/FileName: # Exclude: # - 'lib/file.rb' # Allow `downcase == ` instead of forcing `casecmp` -Performance/Casecmp: - Enabled: false +#Performance/Casecmp: +# Enabled: false # Require children definitions to be nested or compact in classes and modules Style/ClassAndModuleChildren: Enabled: false