.rubocop_todo.yml in js_dependency-0.3.0 vs .rubocop_todo.yml in js_dependency-0.3.1
- old
+ new
@@ -1,37 +1,37 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-07-24 12:55:17 UTC using RuboCop version 1.31.2.
+# on 2022-07-24 23:16:43 UTC using RuboCop version 1.31.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: 4
+# Offense count: 7
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
- Max: 37
+ Max: 40
-# Offense count: 4
+# Offense count: 5
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
- Max: 15
+ Max: 16
-# Offense count: 7
+# Offense count: 9
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
Metrics/MethodLength:
Max: 26
# Offense count: 3
# Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
Metrics/ParameterLists:
Max: 9
-# Offense count: 4
+# Offense count: 5
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
- Max: 16
+ Max: 17
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Style/IfUnlessModifier:
Exclude:
@@ -40,11 +40,11 @@
# Offense count: 1
Style/MultilineBlockChain:
Exclude:
- 'lib/js_dependency/mermaid/root.rb'
-# Offense count: 1
+# Offense count: 6
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
- Max: 182
+ Max: 183