.rubocop_todo.yml in miyabi-0.3.0 vs .rubocop_todo.yml in miyabi-0.3.1
- old
+ new
@@ -1,28 +1,28 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2023-05-13 02:36:18 UTC using RuboCop version 1.50.2.
+# on 2024-11-13 10:06:34 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.
# Offense count: 5
-# Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.
-# NamePrefix: is_, has_, have_
-# ForbiddenPrefixes: is_, has_, have_
-# AllowedMethods: is_a?
-# MethodDefinitionMacros: define_method, define_singleton_method
-Naming/PredicateName:
+# This cop supports safe autocorrection (--autocorrect).
+Layout/EmptyLineAfterGuardClause:
Exclude:
- - 'spec/**/*'
- - 'lib/check.rb'
+ - 'lib/miyabi/check_string.rb'
+# Offense count: 1
+# Configuration parameters: CountComments, CountAsOne.
+Metrics/ModuleLength:
+ Max: 145
+
# Offense count: 3
# Configuration parameters: AllowedConstants.
Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
- - 'lib/check.rb'
- - 'lib/format.rb'
- 'lib/miyabi.rb'
+ - 'lib/miyabi/check_string.rb'
+ - 'lib/miyabi/format_string.rb'