.rubocop_todo.yml in spectus-3.0.8 vs .rubocop_todo.yml in spectus-3.0.9
- old
+ new
@@ -1,21 +1,22 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2019-04-12 19:56:15 +0200 using RuboCop version 0.67.2.
+# on 2019-10-08 23:18:40 +0200 using RuboCop version 0.75.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: 220
+# Offense count: 230
# Cop supports --auto-correct.
-# Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
+# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
# SupportedHashRocketStyles: key, separator, table
# SupportedColonStyles: key, separator, table
# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
Layout/AlignHash:
Exclude:
+ - 'lib/spectus/result/base.rb'
- 'test/level/test_high_fail.rb'
- 'test/level/test_high_pass.rb'
- 'test/level/test_low_fail.rb'
- 'test/level/test_low_pass.rb'
- 'test/level/test_medium_fail.rb'
@@ -31,10 +32,11 @@
# Offense count: 1
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
Max: 10
-# Offense count: 3
+# Offense count: 10
+# Cop supports --auto-correct.
# Configuration parameters: PreferredName.
Naming/RescuedExceptionsVariableName:
Exclude:
- 'test/level/test_high_fail.rb'
- 'test/level/test_low_fail.rb'