-
-
Notifications
You must be signed in to change notification settings - Fork 204
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
125 lines (118 loc) 路 4.9 KB
/
Copy path.rubocop_todo.yml
File metadata and controls
125 lines (118 loc) 路 4.9 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --no-exclude-limit`
# on 2026-07-30 08:58:12 UTC using RuboCop version 1.88.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: 32
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max.
Metrics/AbcSize:
Exclude:
- 'app/controllers/admin/chapters_controller.rb'
- 'app/controllers/admin/invitations_controller.rb'
- 'app/controllers/admin/meeting_invitations_controller.rb'
- 'app/controllers/admin/member_search_controller.rb'
- 'app/controllers/admin/members_controller.rb'
- 'app/controllers/admin/sponsors_controller.rb'
- 'app/controllers/admin/workshops_controller.rb'
- 'app/controllers/auth_services_controller.rb'
- 'app/controllers/dashboard_controller.rb'
- 'app/controllers/events_controller.rb'
- 'app/controllers/feedback_controller.rb'
- 'app/controllers/invitations_controller.rb'
- 'app/controllers/subscriptions_controller.rb'
- 'app/controllers/terms_and_conditions_controller.rb'
- 'app/controllers/workshop_invitation_controller.rb'
- 'app/controllers/workshops_controller.rb'
- 'app/mailers/concerns/email_delivery.rb'
- 'app/models/workshop.rb'
- 'app/presenters/address_presenter.rb'
- 'app/presenters/how_you_found_us_presenter.rb'
- 'app/services/three_month_email_service.rb'
- 'lib/omniauth/strategies/codebar.rb'
- 'lib/services/event_calendar.rb'
- 'lib/tasks/setup.rake'
- 'spec/support/select_from_tom_select.rb'
# Offense count: 8
# Configuration parameters: CountComments, Max, CountAsOne.
Metrics/ClassLength:
Exclude:
- 'app/controllers/admin/workshops_controller.rb'
- 'app/controllers/application_controller.rb'
- 'app/controllers/events_controller.rb'
- 'app/models/member.rb'
- 'app/models/workshop.rb'
- 'app/services/invitation_manager.rb'
- 'lib/omniauth/strategies/codebar.rb'
- 'lib/tasks/setup.rake'
# Offense count: 8
# Configuration parameters: AllowedMethods, AllowedPatterns, Max.
Metrics/CyclomaticComplexity:
Exclude:
- 'app/controllers/admin/chapters_controller.rb'
- 'app/controllers/auth_services_controller.rb'
- 'app/controllers/invitations_controller.rb'
- 'app/controllers/workshop_invitation_controller.rb'
- 'app/services/invitation_manager.rb'
- 'lib/flodesk.rb'
- 'lib/omniauth/strategies/codebar.rb'
# Offense count: 40
# Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Exclude:
- 'app/controllers/admin/chapters_controller.rb'
- 'app/controllers/admin/events_controller.rb'
- 'app/controllers/admin/invitations_controller.rb'
- 'app/controllers/admin/meeting_invitations_controller.rb'
- 'app/controllers/admin/member_search_controller.rb'
- 'app/controllers/admin/members_controller.rb'
- 'app/controllers/admin/sponsors_controller.rb'
- 'app/controllers/auth_services_controller.rb'
- 'app/controllers/concerns/admin/workshop_concerns.rb'
- 'app/controllers/events_controller.rb'
- 'app/controllers/feedback_controller.rb'
- 'app/controllers/invitations_controller.rb'
- 'app/controllers/terms_and_conditions_controller.rb'
- 'app/controllers/workshop_invitation_controller.rb'
- 'app/controllers/workshops_controller.rb'
- 'app/helpers/email_header_helper.rb'
- 'app/mailers/concerns/email_delivery.rb'
- 'app/models/workshop.rb'
- 'app/presenters/how_you_found_us_presenter.rb'
- 'app/queries/dashboard_query.rb'
- 'app/services/invitation_manager.rb'
- 'app/services/three_month_email_service.rb'
- 'lib/flodesk.rb'
- 'lib/omniauth/strategies/codebar.rb'
- 'lib/tasks/setup.rake'
# Offense count: 7
# Configuration parameters: AllowedMethods, AllowedPatterns, Max.
Metrics/PerceivedComplexity:
Exclude:
- 'app/controllers/admin/chapters_controller.rb'
- 'app/controllers/auth_services_controller.rb'
- 'app/controllers/invitations_controller.rb'
- 'app/controllers/workshop_invitation_controller.rb'
- 'app/services/invitation_manager.rb'
- 'lib/omniauth/strategies/codebar.rb'
# Offense count: 5
Rails/HasAndBelongsToMany:
Exclude:
- 'app/models/chapter.rb'
- 'app/models/event.rb'
- 'app/models/meeting.rb'
- 'app/models/permission.rb'
- 'app/models/role.rb'
# Offense count: 30
Rails/HasManyOrHasOneDependent:
Exclude:
- 'app/models/announcement.rb'
- 'app/models/chapter.rb'
- 'app/models/event.rb'
- 'app/models/group.rb'
- 'app/models/meeting.rb'
- 'app/models/member.rb'
- 'app/models/sponsor.rb'
- 'app/models/workshop.rb'
- 'app/models/workshop_invitation.rb'