.rubocop_todo.yml in gitlab-styles-10.0.0 vs .rubocop_todo.yml in gitlab-styles-10.1.0
- old
+ new
@@ -1,12 +1,36 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2023-01-11 12:59:00 UTC using RuboCop version 1.43.0.
+# on 2023-06-05 10:15:47 UTC using RuboCop version 1.50.2.
# 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: 1
InternalAffairs/InheritDeprecatedCopClass:
Exclude:
- 'lib/rubocop/cop/gitlab_security/json_serialization.rb'
+
+# Offense count: 11
+InternalAffairs/MissingCopDepartment:
+ Exclude:
+ - 'lib/rubocop/cop/active_record_dependent.rb'
+ - 'lib/rubocop/cop/active_record_serialize.rb'
+ - 'lib/rubocop/cop/avoid_return_from_blocks.rb'
+ - 'lib/rubocop/cop/custom_error_class.rb'
+ - 'lib/rubocop/cop/gem_fetcher.rb'
+ - 'lib/rubocop/cop/in_batches.rb'
+ - 'lib/rubocop/cop/line_break_after_guard_clauses.rb'
+ - 'lib/rubocop/cop/line_break_around_conditional_block.rb'
+ - 'lib/rubocop/cop/polymorphic_associations.rb'
+ - 'lib/rubocop/cop/redirect_with_status.rb'
+ - 'lib/rubocop/cop/without_reactive_cache.rb'
+
+# Offense count: 5
+InternalAffairs/UseRestrictOnSend:
+ Exclude:
+ - 'lib/rubocop/cop/active_record_dependent.rb'
+ - 'lib/rubocop/cop/active_record_serialize.rb'
+ - 'lib/rubocop/cop/in_batches.rb'
+ - 'lib/rubocop/cop/polymorphic_associations.rb'
+ - 'lib/rubocop/cop/without_reactive_cache.rb'