1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2021-05-18 15:11:52 UTC using RuboCop version 1.14 .0.
3
+ # on 2021-06-07 14:26:06 UTC using RuboCop version 1.16 .0.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -19,12 +19,11 @@ Lint/DuplicateBranch:
19
19
Exclude :
20
20
- ' lib/heimdall_tools/dbprotect_mapper.rb'
21
21
22
- # Offense count: 2
22
+ # Offense count: 1
23
23
# Configuration parameters: MaximumRangeSize.
24
24
Lint/MissingCopEnableDirective :
25
25
Exclude :
26
26
- ' lib/heimdall_tools/nessus_mapper.rb'
27
- - ' lib/heimdall_tools/zap_mapper.rb'
28
27
29
28
# Offense count: 1
30
29
Lint/RequireParentheses :
@@ -38,7 +37,7 @@ Lint/UnusedMethodArgument:
38
37
Exclude :
39
38
- ' lib/heimdall_tools/hdf.rb'
40
39
41
- # Offense count: 32
40
+ # Offense count: 34
42
41
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
43
42
Metrics/AbcSize :
44
43
Max : 73
@@ -47,7 +46,7 @@ Metrics/AbcSize:
47
46
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
48
47
# IgnoredMethods: refine
49
48
Metrics/BlockLength :
50
- Max : 49
49
+ Max : 52
51
50
52
51
# Offense count: 2
53
52
# Configuration parameters: CountBlocks.
@@ -57,7 +56,7 @@ Metrics/BlockNesting:
57
56
# Offense count: 8
58
57
# Configuration parameters: CountComments, CountAsOne.
59
58
Metrics/ClassLength :
60
- Max : 171
59
+ Max : 175
61
60
62
61
# Offense count: 10
63
62
# Configuration parameters: IgnoredMethods.
@@ -67,7 +66,7 @@ Metrics/CyclomaticComplexity:
67
66
# Offense count: 38
68
67
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
69
68
Metrics/MethodLength :
70
- Max : 52
69
+ Max : 56
71
70
72
71
# Offense count: 1
73
72
# Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
0 commit comments