.rubocop_todo.yml in oxidized-0.27.0 vs .rubocop_todo.yml in oxidized-0.28.0
- old
+ new
@@ -1,13 +1,21 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2019-07-27 16:08:27 +0200 using RuboCop version 0.73.0.
+# on 2020-02-29 09:58:06 +0100 using RuboCop version 0.80.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: 3
+# Configuration parameters: AllowComments.
+Lint/SuppressedException:
+ Exclude:
+ - 'lib/oxidized/input/ssh.rb'
+ - 'lib/oxidized/input/telnet.rb'
+ - 'lib/oxidized/nodes.rb'
+
# Offense count: 67
Metrics/AbcSize:
Max: 82
# Offense count: 18
@@ -23,21 +31,21 @@
# Offense count: 11
Metrics/CyclomaticComplexity:
Max: 14
-# Offense count: 60
+# Offense count: 61
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 41
# Offense count: 1
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
Max: 6
-# Offense count: 10
+# Offense count: 11
Metrics/PerceivedComplexity:
Max: 14
# Offense count: 1
Naming/AccessorMethodName:
@@ -102,10 +110,10 @@
Style/DoubleNegation:
Exclude:
- 'lib/oxidized/cli.rb'
- 'lib/oxidized/hook/exec.rb'
-# Offense count: 35
+# Offense count: 36
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed
Style/RegexpLiteral:
Enabled: false