.rubocop_todo.yml in js_dependency-0.3.10 vs .rubocop_todo.yml in js_dependency-0.3.11
- old
+ new
@@ -1,22 +1,22 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-08-13 03:35:35 UTC using RuboCop version 1.34.1.
+# on 2022-08-13 05:13:43 UTC using RuboCop version 1.34.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: 3
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
- Max: 33
+ Max: 29
# Offense count: 3
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/CyclomaticComplexity:
- Max: 19
+ Max: 15
# Offense count: 8
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/MethodLength:
Max: 19
@@ -27,17 +27,17 @@
Max: 9
# Offense count: 3
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/PerceivedComplexity:
- Max: 20
+ Max: 15
# Offense count: 1
Style/MultilineBlockChain:
Exclude:
- 'lib/js_dependency/mermaid/root.rb'
-# Offense count: 9
+# Offense count: 8
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 183