Skip to content

Commit 11ee337

Browse files
committed
rubocop complaining of intentional behavior with duplicate case body
Signed-off-by: Amndeep Singh Mann <[email protected]>
1 parent de38f5e commit 11ee337

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.rubocop_todo.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2021-08-05 04:56:46 UTC using RuboCop version 1.14.0.
3+
# on 2021-08-10 22:03:51 UTC using RuboCop version 1.14.0.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -13,10 +13,11 @@ Gemspec/RequiredRubyVersion:
1313
Exclude:
1414
- 'heimdall_tools.gemspec'
1515

16-
# Offense count: 1
16+
# Offense count: 2
1717
# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches.
1818
Lint/DuplicateBranch:
1919
Exclude:
20+
- 'lib/heimdall_tools/asff_mapper.rb'
2021
- 'lib/heimdall_tools/dbprotect_mapper.rb'
2122

2223
# Offense count: 1
@@ -31,7 +32,7 @@ Lint/UnusedMethodArgument:
3132
Exclude:
3233
- 'lib/heimdall_tools/hdf.rb'
3334

34-
# Offense count: 49
35+
# Offense count: 50
3536
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
3637
Metrics/AbcSize:
3738
Max: 165
@@ -57,7 +58,7 @@ Metrics/ClassLength:
5758
Metrics/CyclomaticComplexity:
5859
Max: 30
5960

60-
# Offense count: 44
61+
# Offense count: 45
6162
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
6263
Metrics/MethodLength:
6364
Max: 56

0 commit comments

Comments
 (0)