forked from openSUSE/open-build-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.rubocop_todo.yml
110 lines (96 loc) · 3.28 KB
/
.rubocop_todo.yml
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 100`
# on 2022-09-02 12:32:23 UTC using RuboCop version 1.36.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: 1
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
Exclude:
- 'dist/clouduploader.rb'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Lint/DeprecatedClassMethods:
Exclude:
- 'dist/t/spec/support/capybara.rb'
# Offense count: 2
Lint/RescueException:
Exclude:
- 'dist/openQA_mail_notification.rb'
# Offense count: 1
Lint/UselessAssignment:
Exclude:
- 'dist/obs_mirror_project'
# Offense count: 4
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes, Max.
Metrics/AbcSize:
Exclude:
- 'dist/clouduploader.rb'
- 'dist/openQA_mail_notification.rb'
# Offense count: 5
# Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
# AllowedMethods: refine
Metrics/BlockLength:
Exclude:
- 'Rakefile'
- 'dist/obs_mirror_project'
- 'dist/t/spec/features/0040_package_spec.rb'
# Offense count: 7
# Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/MethodLength:
Exclude:
- 'dist/clouduploader.rb'
- 'dist/obs_mirror_project'
- 'dist/openQA_mail_notification.rb'
# Offense count: 1
# Configuration parameters: Max, CountKeywordArgs, MaxOptionalParameters.
Metrics/ParameterLists:
Exclude:
- 'dist/clouduploader.rb'
# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
Exclude:
- 'docs/dev/controller_template_example.rb'
# Offense count: 14
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
Exclude:
- 'Rakefile'
- 'contrib/git-diff-to-deploy'
- 'dist/clouduploader.rb'
- 'dist/obs_mirror_project'
- 'dist/openQA_mail_notification.rb'
- 'dist/t/Gemfile'
- 'dist/t/spec/features/0010_authentication_spec.rb'
- 'dist/t/spec/features/0020_interconnect_spec.rb'
- 'dist/t/spec/features/0030_project_spec.rb'
- 'dist/t/spec/features/0040_package_spec.rb'
- 'dist/t/spec/spec_helper.rb'
- 'dist/t/spec/support/capybara.rb'
- 'docs/dev/controller_template_example.rb'
- 'docs/dev/model_template_example.rb'
# Offense count: 11
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/GlobalStdStream:
Exclude:
- 'dist/clouduploader.rb'
# Offense count: 1
Style/MixinUsage:
Exclude:
- 'dist/obs_mirror_project'
# Offense count: 1
Style/OpenStructUse:
Exclude:
- 'dist/clouduploader.rb'
# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/SlicingWithRange:
Exclude:
- 'dist/obs_mirror_project'