-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
93 lines (85 loc) · 3.77 KB
/
Copy path.rubocop_todo.yml
File metadata and controls
93 lines (85 loc) · 3.77 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --no-exclude-limit --no-auto-gen-timestamp`
# using RuboCop version 1.86.2.
# 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: 18
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max.
Metrics/AbcSize:
Exclude:
- 'derender/lib/sevgi/derender/attributes.rb'
- 'geometry/lib/sevgi/geometry/element.rb'
- 'geometry/lib/sevgi/geometry/operation/align.rb'
- 'graphics/lib/sevgi/graphics/mixtures/call.rb'
- 'graphics/lib/sevgi/graphics/mixtures/rdf.rb'
- 'graphics/lib/sevgi/graphics/mixtures/render.rb'
- 'graphics/lib/sevgi/graphics/mixtures/tile.rb'
- 'standard/lib/sevgi/standard/conform.rb'
- 'sundries/lib/sevgi/sundries/export/native.rb'
- 'sundries/lib/sevgi/sundries/export/system.rb'
- 'toplevel/lib/sevgi/binaries/sevgi.rb'
# Offense count: 2
# Configuration parameters: CountComments, Max, CountAsOne.
Metrics/ClassLength:
Exclude:
- 'geometry/lib/sevgi/geometry/element.rb'
- 'graphics/lib/sevgi/graphics/mixtures/render.rb'
# Offense count: 9
# Configuration parameters: AllowedMethods, AllowedPatterns, Max.
Metrics/CyclomaticComplexity:
Exclude:
- 'derender/lib/sevgi/derender/attributes.rb'
- 'graphics/lib/sevgi/graphics/mixtures/call.rb'
- 'graphics/lib/sevgi/graphics/mixtures/rdf.rb'
- 'standard/test/standard/data/specification_test.rb'
- 'sundries/lib/sevgi/sundries/export/native.rb'
- 'sundries/lib/sevgi/sundries/export/system.rb'
# Offense count: 26
# Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Exclude:
- 'derender/lib/sevgi/derender/attributes.rb'
- 'derender/lib/sevgi/derender/node.rb'
- 'function/lib/sevgi/function/shell.rb'
- 'geometry/lib/sevgi/geometry/equation.rb'
- 'geometry/lib/sevgi/geometry/operation/align.rb'
- 'graphics/lib/sevgi/graphics/element.rb'
- 'graphics/lib/sevgi/graphics/auxiliary/content.rb'
- 'graphics/lib/sevgi/graphics/mixtures/core.rb'
- 'graphics/lib/sevgi/graphics/mixtures/rdf.rb'
- 'graphics/lib/sevgi/graphics/mixtures/render.rb'
- 'graphics/lib/sevgi/graphics/mixtures/save.rb'
- 'graphics/lib/sevgi/graphics/mixtures/tile.rb'
- 'sundries/lib/sevgi/sundries/export/native.rb'
- 'sundries/lib/sevgi/sundries/export/system.rb'
- 'toplevel/lib/sevgi/binaries/sevgi.rb'
# Offense count: 6
# Configuration parameters: Max, CountKeywordArgs.
Metrics/ParameterLists:
Exclude:
- 'graphics/lib/sevgi/graphics/mixtures/inkscape.rb'
- 'graphics/lib/sevgi/graphics/mixtures/tile.rb'
- 'sundries/lib/sevgi/sundries/export/native.rb'
- 'sundries/lib/sevgi/sundries/export/system.rb'
# Offense count: 6
# Configuration parameters: Max.
Metrics/PerceivedComplexity:
Exclude:
- 'derender/lib/sevgi/derender/attributes.rb'
- 'graphics/lib/sevgi/graphics/mixtures/rdf.rb'
- 'sundries/lib/sevgi/sundries/export/native.rb'
- 'sundries/lib/sevgi/sundries/export/system.rb'
# Offense count: 5
# Configuration parameters: CountComments, Max, CountAsOne.
Metrics/ModuleLength:
Exclude:
- 'standard/lib/sevgi/standard/data/attribute.rb'
- 'standard/lib/sevgi/standard/data/color.rb'
- 'standard/lib/sevgi/standard/data/element.rb'
- 'standard/lib/sevgi/standard/data/specification.rb'
- 'sundries/lib/sevgi/sundries/export/native.rb'
# YARD coverage is enforced by `rake doc:check`; RuboCop's class/module-only documentation check is redundant here.
Style/Documentation:
Enabled: false