.rubocop_todo.yml in js_dependency-0.3.12 vs .rubocop_todo.yml in js_dependency-0.3.13
- old
+ new
@@ -1,19 +1,14 @@
# This configuration was generated by
-# `rubocop --auto-gen-config`
-# on 2022-08-13 15:05:03 UTC using RuboCop version 1.35.0.
+# `rubocop --auto-gen-config --exclude-limit 1`
+# on 2022-08-14 11:04:22 UTC using RuboCop version 1.35.0.
# 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: 2
-Lint/UselessAssignment:
- Exclude:
- - 'spec/js_dependency_spec.rb'
-
-# Offense count: 2
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 29
# Offense count: 2
@@ -34,11 +29,11 @@
# Offense count: 2
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 15
-# Offense count: 18
+# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
- Max: 187
+ Max: 183