.rubocop_todo.yml in consent-1.0.1 vs .rubocop_todo.yml in consent-2.0.0

- old
+ new

@@ -1,21 +1,19 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2019-11-20 02:06:29 -0300 using RuboCop version 0.65.0. +# on 2022-08-23 19:11:09 UTC using RuboCop version 1.35.1. # 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. -# Offense count: 5 -# Configuration parameters: CountComments, ExcludedMethods. -# ExcludedMethods: refine -Metrics/BlockLength: +# Offense count: 3 +# Configuration parameters: AllowComments, AllowEmptyLambdas. +Lint/EmptyBlock: Exclude: - - 'spec/**/*' - - 'lib/consent/rspec.rb' + - 'spec/consent_spec.rb' -# Offense count: 9 -Style/Documentation: +# Offense count: 1 +# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. +Metrics/MethodLength: Exclude: - - 'spec/**/*' - - 'test/**/*' + - 'db/migrate/*.rb'