.rubocop_todo.yml in js_dependency-0.1.1 vs .rubocop_todo.yml in js_dependency-0.2.0

- old
+ new

@@ -1,26 +1,41 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-07-18 12:42:10 UTC using RuboCop version 1.31.2. +# on 2022-07-19 16:03:39 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: 3 +# Offense count: 6 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: - Max: 20 + Max: 30 # Offense count: 3 +# Configuration parameters: IgnoredMethods. +Metrics/CyclomaticComplexity: + Max: 13 + +# Offense count: 8 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: - Max: 17 + Max: 20 # Offense count: 1 +# Configuration parameters: CountComments, CountAsOne. +Metrics/ModuleLength: + Max: 112 + +# Offense count: 1 # Configuration parameters: CountKeywordArgs, MaxOptionalParameters. Metrics/ParameterLists: Max: 8 + +# Offense count: 3 +# Configuration parameters: IgnoredMethods. +Metrics/PerceivedComplexity: + Max: 13 # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). Style/IfUnlessModifier: Exclude: