.rubocop_todo.yml in js_dependency-0.3.3.1 vs .rubocop_todo.yml in js_dependency-0.3.4

- old
+ new

@@ -1,22 +1,27 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-07-26 00:36:01 UTC using RuboCop version 1.31.2. +# on 2022-07-26 10:57:59 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: 41 + Max: 42 +# Offense count: 1 +# Configuration parameters: CountComments, CountAsOne. +Metrics/ClassLength: + Max: 101 + # Offense count: 5 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: - Max: 16 + Max: 18 # Offense count: 9 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Max: 26 @@ -27,10 +32,10 @@ Max: 9 # Offense count: 5 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: - Max: 17 + Max: 19 # Offense count: 1 Style/MultilineBlockChain: Exclude: - 'lib/js_dependency/mermaid/root.rb'