We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c74d6e commit b951aa4Copy full SHA for b951aa4
1 file changed
.rubocop_todo.yml
@@ -1,6 +1,6 @@
1
# This configuration was generated by
2
# `rubocop --auto-gen-config --no-offense-counts --no-auto-gen-timestamp`
3
-# using RuboCop version 1.63.4.
+# using RuboCop version 1.76.1.
4
# The point is for the user to remove these configuration records
5
# one by one as the offenses are removed from the code base.
6
# Note that changes in the inspected code, or installation of new
@@ -26,7 +26,7 @@ Metrics/MethodLength:
26
27
# Configuration parameters: CountComments, CountAsOne.
28
Metrics/ModuleLength:
29
- Max: 175
+ Max: 170
30
31
# Configuration parameters: AllowedMethods, AllowedPatterns.
32
Metrics/PerceivedComplexity:
0 commit comments