.rubocop_todo.yml in js_dependency-0.3.1 vs .rubocop_todo.yml in js_dependency-0.3.2

- old
+ new

@@ -1,17 +1,17 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-07-24 23:16:43 UTC using RuboCop version 1.31.2. +# on 2022-07-25 14:50:54 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: 7 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: - Max: 40 + Max: 41 # Offense count: 5 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: Max: 16 @@ -30,20 +30,14 @@ # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: Max: 17 # Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -Style/IfUnlessModifier: - Exclude: - - 'lib/js_dependency/index_creator.rb' - -# Offense count: 1 Style/MultilineBlockChain: Exclude: - 'lib/js_dependency/mermaid/root.rb' -# Offense count: 6 +# Offense count: 7 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 183