.rubocop_todo.yml in oxidized-0.26.3 vs .rubocop_todo.yml in oxidized-0.27.0
- old
+ new
@@ -1,18 +1,18 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2019-03-05 07:37:06 +0100 using RuboCop version 0.65.0.
+# on 2019-07-27 16:08:27 +0200 using RuboCop version 0.73.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: 67
Metrics/AbcSize:
- Max: 84
+ Max: 82
-# Offense count: 19
+# Offense count: 18
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
Max: 142
@@ -60,10 +60,26 @@
# SupportedStylesForLeadingUnderscores: disallowed, required, optional
Naming/MemoizedInstanceVariableName:
Exclude:
- 'lib/oxidized/string.rb'
+# Offense count: 14
+# Cop supports --auto-correct.
+# Configuration parameters: PreferredName.
+Naming/RescuedExceptionsVariableName:
+ Exclude:
+ - 'bin/oxidized'
+ - 'extra/rest_client.rb'
+ - 'extra/syslog.rb'
+ - 'lib/oxidized/cli.rb'
+ - 'lib/oxidized/config.rb'
+ - 'lib/oxidized/node.rb'
+ - 'lib/oxidized/nodes.rb'
+ - 'lib/oxidized/output/git.rb'
+ - 'lib/oxidized/output/gitcrypt.rb'
+ - 'lib/oxidized/source/sql.rb'
+
# Offense count: 1
Security/Eval:
Exclude:
- 'Rakefile'
@@ -86,10 +102,10 @@
Style/DoubleNegation:
Exclude:
- 'lib/oxidized/cli.rb'
- 'lib/oxidized/hook/exec.rb'
-# Offense count: 34
+# Offense count: 35
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed
Style/RegexpLiteral:
Enabled: false