.rubocop_todo.yml in cryptum-0.0.381 vs .rubocop_todo.yml in cryptum-0.0.382
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2023-03-30 22:47:49 UTC using RuboCop version 1.48.1.
+# on 2023-03-31 15:11:10 UTC using RuboCop version 1.48.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.
@@ -22,5 +22,11 @@
# Offense count: 24
# Configuration parameters: AllowedConstants.
Style/Documentation:
Enabled: false
+
+# Offense count: 1
+# This cop supports safe autocorrection (--autocorrect).
+Style/RedundantSelf:
+ Exclude:
+ - 'lib/cryptum/api.rb'