.rubocop_todo.yml in coconductor-0.10.0 vs .rubocop_todo.yml in coconductor-0.10.1

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2020-09-01 14:38:06 UTC using RuboCop version 0.90.0. +# on 2021-03-02 20:51:18 UTC using RuboCop version 1.11.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. @@ -12,14 +12,42 @@ Gemspec/RequiredRubyVersion: Exclude: - 'coconductor.gemspec' # Offense count: 1 -# Configuration parameters: CountComments, CountAsOne, ExcludedMethods. +Lint/NoReturnInBeginEndBlocks: + Exclude: + - 'lib/coconductor/field.rb' + +# Offense count: 1 +# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Max: 11 +# Offense count: 7 +# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers. +# SupportedStyles: snake_case, normalcase, non_integer +# AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339 +Naming/VariableNumber: + Exclude: + - 'spec/coconductor/matchers/dice_spec.rb' + - 'spec/coconductor/matchers/exact_spec.rb' + - 'spec/coconductor/project_files/code_of_conduct_file_spec.rb' + - 'spec/coconductor/project_files/project_file_spec.rb' + - 'spec/coconductor/project_spec.rb' + - 'spec/coconductor_spec.rb' + - 'spec/integration_spec.rb' + +# Offense count: 4 +# Configuration parameters: MinSize. +Performance/CollectionLiteralInLoop: + Exclude: + - 'spec/coconductor/code_of_conduct_spec.rb' + - 'spec/coconductor/field_spec.rb' + - 'spec/coconductor/matchers/field_aware_spec.rb' + - 'spec/vendored_coc_spec.rb' + # Offense count: 21 # Configuration parameters: Prefixes. # Prefixes: when, with, without RSpec/ContextWording: Exclude: @@ -32,10 +60,11 @@ - 'spec/coconductor/project_spec.rb' - 'spec/coconductor_spec.rb' - 'spec/integration_spec.rb' # Offense count: 3 +# Configuration parameters: IgnoredMetadata. RSpec/DescribeClass: Exclude: - 'spec/coconductor/bin_spec.rb' - 'spec/integration_spec.rb' - 'spec/vendored_coc_spec.rb' @@ -85,7 +114,19 @@ - 'spec/coconductor/project_spec.rb' - 'spec/integration_spec.rb' # Offense count: 5 RSpec/SubjectStub: + Exclude: + - 'spec/coconductor/project_files/project_file_spec.rb' + +# Offense count: 1 +Security/Open: + Exclude: + - 'lib/coconductor/vendorer.rb' + +# Offense count: 1 +# Cop supports --auto-correct. +# Configuration parameters: Methods. +Style/RedundantArgument: Exclude: - 'spec/coconductor/project_files/project_file_spec.rb'