-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
63 lines (55 loc) · 2.03 KB
/
.rubocop_todo.yml
File metadata and controls
63 lines (55 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2026-04-20 22:54:00 UTC using RuboCop version 1.86.1.
# 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: 14
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Max, AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, AllowRBSInlineAnnotation, AllowCopDirectives, AllowedPatterns, SplitStrings.
# URISchemes: http, https
Layout/LineLength:
Exclude:
- 'lib/reqif/doors/string_type.rb'
- 'lib/reqif/high_precision_date_time.rb'
- 'lib/reqif/namespace.rb'
- 'lib/reqif/reqif_integer.rb'
- 'spec/reqif/polarion_export_spec.rb'
- 'spec/reqif/spec_types_spec.rb'
- 'spec/reqif/specifications_spec.rb'
- 'spec/reqif_spec.rb'
- 'spec/spec_helper.rb'
# Offense count: 1
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns, inherit_mode.
# AllowedMethods: refine
Metrics/BlockLength:
Max: 90
# Offense count: 1
# Configuration parameters: AllowedMethods, AllowedPatterns, Max.
Metrics/CyclomaticComplexity:
Exclude:
- 'lib/reqif/reqif_float.rb'
# Offense count: 3
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Max: 12
# Offense count: 1
# Configuration parameters: IgnoredMetadata.
RSpec/DescribeClass:
Exclude:
- 'spec/reqif/polarion_export_spec.rb'
# Offense count: 4
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
Max: 11
# Offense count: 11
RSpec/MultipleExpectations:
Max: 8
# Offense count: 2
# Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata, InflectorPath, EnforcedInflector.
# SupportedInflectors: default, active_support
RSpec/SpecFilePathFormat:
Exclude:
- 'spec/reqif/data_types_spec.rb'
- 'spec/reqif/tool_extension_spec.rb'