categoria 0.1.0.pre.beta0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rubocop.yml +34 -0
- data/.ruby-version +1 -0
- data/CHANGELOG.md +5 -0
- data/LICENSE.txt +21 -0
- data/README.md +33 -0
- data/Rakefile +12 -0
- data/categoria.gemspec +48 -0
- data/lib/categoria/version.rb +6 -0
- data/lib/categoria.rb +9 -0
- data/lib/generators/categoria/command_generator.rb +8 -0
- data/lib/generators/categoria/domain_generator.rb +35 -0
- data/lib/generators/categoria/model_generator.rb +8 -0
- data/lib/generators/categoria/templates/domain_module.rb.erb +6 -0
- data/sig/categoria.rbs +4 -0
- data/sorbet/config +4 -0
- data/sorbet/rbi/annotations/.gitattributes +1 -0
- data/sorbet/rbi/annotations/actionmailer.rbi +10 -0
- data/sorbet/rbi/annotations/actionpack.rbi +429 -0
- data/sorbet/rbi/annotations/actionview.rbi +75 -0
- data/sorbet/rbi/annotations/activejob.rbi +44 -0
- data/sorbet/rbi/annotations/activemodel.rbi +89 -0
- data/sorbet/rbi/annotations/activerecord.rbi +92 -0
- data/sorbet/rbi/annotations/activesupport.rbi +421 -0
- data/sorbet/rbi/annotations/globalid.rbi +30 -0
- data/sorbet/rbi/annotations/railties.rbi +61 -0
- data/sorbet/rbi/annotations/rainbow.rbi +269 -0
- data/sorbet/rbi/gems/.gitattributes +1 -0
- data/sorbet/rbi/gems/actioncable@7.1.3.3.rbi +9 -0
- data/sorbet/rbi/gems/actionmailbox@7.1.3.3.rbi +9 -0
- data/sorbet/rbi/gems/actionmailer@7.1.3.3.rbi +9 -0
- data/sorbet/rbi/gems/actionpack@7.1.3.3.rbi +9 -0
- data/sorbet/rbi/gems/actiontext@7.1.3.3.rbi +9 -0
- data/sorbet/rbi/gems/actionview@7.1.3.3.rbi +9 -0
- data/sorbet/rbi/gems/activejob@7.1.3.3.rbi +9 -0
- data/sorbet/rbi/gems/activemodel@7.1.3.3.rbi +9 -0
- data/sorbet/rbi/gems/activerecord@7.1.3.3.rbi +9 -0
- data/sorbet/rbi/gems/activestorage@7.1.3.3.rbi +9 -0
- data/sorbet/rbi/gems/activesupport@7.1.3.3.rbi +11 -0
- data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
- data/sorbet/rbi/gems/base64@0.2.0.rbi +9 -0
- data/sorbet/rbi/gems/bigdecimal@3.1.8.rbi +9 -0
- data/sorbet/rbi/gems/builder@3.2.4.rbi +9 -0
- data/sorbet/rbi/gems/concurrent-ruby@1.3.1.rbi +9 -0
- data/sorbet/rbi/gems/connection_pool@2.4.1.rbi +9 -0
- data/sorbet/rbi/gems/crass@1.0.6.rbi +9 -0
- data/sorbet/rbi/gems/date@3.3.4.rbi +73 -0
- data/sorbet/rbi/gems/drb@2.2.1.rbi +9 -0
- data/sorbet/rbi/gems/erubi@1.12.0.rbi +146 -0
- data/sorbet/rbi/gems/globalid@1.2.1.rbi +9 -0
- data/sorbet/rbi/gems/i18n@1.14.5.rbi +9 -0
- data/sorbet/rbi/gems/io-console@0.7.2.rbi +9 -0
- data/sorbet/rbi/gems/json@2.7.2.rbi +1562 -0
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14238 -0
- data/sorbet/rbi/gems/loofah@2.22.0.rbi +9 -0
- data/sorbet/rbi/gems/mail@2.8.1.rbi +9 -0
- data/sorbet/rbi/gems/marcel@1.0.4.rbi +9 -0
- data/sorbet/rbi/gems/mini_mime@1.1.5.rbi +9 -0
- data/sorbet/rbi/gems/minitest@5.23.1.rbi +1555 -0
- data/sorbet/rbi/gems/mutex_m@0.2.0.rbi +9 -0
- data/sorbet/rbi/gems/net-imap@0.4.11.rbi +9 -0
- data/sorbet/rbi/gems/net-pop@0.1.2.rbi +9 -0
- data/sorbet/rbi/gems/net-protocol@0.2.2.rbi +282 -0
- data/sorbet/rbi/gems/net-smtp@0.5.0.rbi +9 -0
- data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
- data/sorbet/rbi/gems/nio4r@2.7.3.rbi +9 -0
- data/sorbet/rbi/gems/nokogiri@1.16.5.rbi +9 -0
- data/sorbet/rbi/gems/parallel@1.24.0.rbi +281 -0
- data/sorbet/rbi/gems/parser@3.3.2.0.rbi +5519 -0
- data/sorbet/rbi/gems/prism@0.29.0.rbi +37987 -0
- data/sorbet/rbi/gems/psych@5.1.2.rbi +1732 -0
- data/sorbet/rbi/gems/racc@1.8.0.rbi +162 -0
- data/sorbet/rbi/gems/rack-session@2.0.0.rbi +9 -0
- data/sorbet/rbi/gems/rack-test@2.1.0.rbi +9 -0
- data/sorbet/rbi/gems/rack@3.0.11.rbi +2910 -0
- data/sorbet/rbi/gems/rackup@2.1.0.rbi +390 -0
- data/sorbet/rbi/gems/rails-dom-testing@2.2.0.rbi +9 -0
- data/sorbet/rbi/gems/rails-html-sanitizer@1.6.0.rbi +9 -0
- data/sorbet/rbi/gems/rails@7.1.3.3.rbi +9 -0
- data/sorbet/rbi/gems/railties@7.1.3.3.rbi +9 -0
- data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
- data/sorbet/rbi/gems/rake@13.2.1.rbi +3028 -0
- data/sorbet/rbi/gems/rbi@0.1.13.rbi +3078 -0
- data/sorbet/rbi/gems/rdoc@6.7.0.rbi +12719 -0
- data/sorbet/rbi/gems/regexp_parser@2.9.2.rbi +3772 -0
- data/sorbet/rbi/gems/reline@0.5.8.rbi +9 -0
- data/sorbet/rbi/gems/rexml@3.2.8.rbi +4794 -0
- data/sorbet/rbi/gems/rubocop-ast@1.31.3.rbi +7045 -0
- data/sorbet/rbi/gems/rubocop-minitest@0.35.0.rbi +2611 -0
- data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +329 -0
- data/sorbet/rbi/gems/rubocop-sorbet@0.8.3.rbi +1607 -0
- data/sorbet/rbi/gems/rubocop@1.64.1.rbi +58104 -0
- data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
- data/sorbet/rbi/gems/spoom@1.3.2.rbi +4421 -0
- data/sorbet/rbi/gems/stringio@3.1.0.rbi +9 -0
- data/sorbet/rbi/gems/strscan@3.1.0.rbi +9 -0
- data/sorbet/rbi/gems/tapioca@0.14.3.rbi +3534 -0
- data/sorbet/rbi/gems/thor@1.3.1.rbi +4352 -0
- data/sorbet/rbi/gems/timeout@0.4.1.rbi +143 -0
- data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +9 -0
- data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +66 -0
- data/sorbet/rbi/gems/webrick@1.8.1.rbi +2607 -0
- data/sorbet/rbi/gems/websocket-driver@0.7.6.rbi +9 -0
- data/sorbet/rbi/gems/websocket-extensions@0.1.5.rbi +9 -0
- data/sorbet/rbi/gems/yard-sorbet@0.8.1.rbi +429 -0
- data/sorbet/rbi/gems/yard@0.9.36.rbi +18412 -0
- data/sorbet/rbi/gems/zeitwerk@2.6.15.rbi +9 -0
- data/sorbet/rbi/todo.rbi +46 -0
- data/sorbet/tapioca/config.yml +13 -0
- data/sorbet/tapioca/require.rb +4 -0
- metadata +339 -0
@@ -0,0 +1,329 @@
|
|
1
|
+
# typed: true
|
2
|
+
|
3
|
+
# DO NOT EDIT MANUALLY
|
4
|
+
# This is an autogenerated file for types exported from the `rubocop-rake` gem.
|
5
|
+
# Please instead update this file by running `bin/tapioca gem rubocop-rake`.
|
6
|
+
|
7
|
+
|
8
|
+
# source://rubocop-rake//lib/rubocop/rake/version.rb#3
|
9
|
+
module RuboCop; end
|
10
|
+
|
11
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/class_definition.rb#4
|
12
|
+
module RuboCop::Cop; end
|
13
|
+
|
14
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/class_definition.rb#5
|
15
|
+
module RuboCop::Cop::Rake; end
|
16
|
+
|
17
|
+
# This cop detects class or module definition in a task or namespace,
|
18
|
+
# because it is defined to the top level.
|
19
|
+
# It is confusing because the scope looks in the task or namespace,
|
20
|
+
# but actually it is defined to the top level.
|
21
|
+
#
|
22
|
+
# @example
|
23
|
+
# # bad
|
24
|
+
# task :foo do
|
25
|
+
# class C
|
26
|
+
# end
|
27
|
+
# end
|
28
|
+
#
|
29
|
+
# # bad
|
30
|
+
# namespace :foo do
|
31
|
+
# module M
|
32
|
+
# end
|
33
|
+
# end
|
34
|
+
#
|
35
|
+
# # good - It is also defined to the top level,
|
36
|
+
# # but it looks expected behavior.
|
37
|
+
# class C
|
38
|
+
# end
|
39
|
+
# task :foo do
|
40
|
+
# end
|
41
|
+
#
|
42
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/class_definition_in_task.rb#31
|
43
|
+
class RuboCop::Cop::Rake::ClassDefinitionInTask < ::RuboCop::Cop::Base
|
44
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/class_definition_in_task.rb#34
|
45
|
+
def on_class(node); end
|
46
|
+
|
47
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/class_definition_in_task.rb#34
|
48
|
+
def on_module(node); end
|
49
|
+
end
|
50
|
+
|
51
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/class_definition_in_task.rb#32
|
52
|
+
RuboCop::Cop::Rake::ClassDefinitionInTask::MSG = T.let(T.unsafe(nil), String)
|
53
|
+
|
54
|
+
# Rake task definition should have a description with `desc` method.
|
55
|
+
# It is useful as a documentation of task. And Rake does not display
|
56
|
+
# task that does not have `desc` by `rake -T`.
|
57
|
+
#
|
58
|
+
# Note: This cop does not require description for the default task,
|
59
|
+
# because the default task is executed with `rake` without command.
|
60
|
+
#
|
61
|
+
# @example
|
62
|
+
# # bad
|
63
|
+
# task :do_something
|
64
|
+
#
|
65
|
+
# # bad
|
66
|
+
# task :do_something do
|
67
|
+
# end
|
68
|
+
#
|
69
|
+
# # good
|
70
|
+
# desc 'Do something'
|
71
|
+
# task :do_something
|
72
|
+
#
|
73
|
+
# # good
|
74
|
+
# desc 'Do something'
|
75
|
+
# task :do_something do
|
76
|
+
# end
|
77
|
+
#
|
78
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/desc.rb#30
|
79
|
+
class RuboCop::Cop::Rake::Desc < ::RuboCop::Cop::Base
|
80
|
+
include ::RuboCop::Cop::Rake::Helper::OnTask
|
81
|
+
extend ::RuboCop::Cop::AutoCorrector
|
82
|
+
|
83
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/desc.rb#40
|
84
|
+
def on_task(node); end
|
85
|
+
|
86
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/desc.rb#36
|
87
|
+
def prerequisites(param0 = T.unsafe(nil)); end
|
88
|
+
|
89
|
+
private
|
90
|
+
|
91
|
+
# @return [Boolean]
|
92
|
+
#
|
93
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/desc.rb#76
|
94
|
+
def can_insert_desc_to?(parent); end
|
95
|
+
|
96
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/desc.rb#62
|
97
|
+
def parent_and_task(task_node); end
|
98
|
+
|
99
|
+
# @return [Boolean]
|
100
|
+
#
|
101
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/desc.rb#50
|
102
|
+
def task_with_desc?(node); end
|
103
|
+
end
|
104
|
+
|
105
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/desc.rb#34
|
106
|
+
RuboCop::Cop::Rake::Desc::MSG = T.let(T.unsafe(nil), String)
|
107
|
+
|
108
|
+
# If namespaces are defined with the same name, Rake executes the both namespaces
|
109
|
+
# in definition order.
|
110
|
+
# It is redundant. You should squash them into one definition.
|
111
|
+
# This cop detects it.
|
112
|
+
#
|
113
|
+
# @example
|
114
|
+
# # bad
|
115
|
+
# namespace :foo do
|
116
|
+
# task :bar do
|
117
|
+
# end
|
118
|
+
# end
|
119
|
+
# namespace :foo do
|
120
|
+
# task :hoge do
|
121
|
+
# end
|
122
|
+
# end
|
123
|
+
#
|
124
|
+
# # good
|
125
|
+
# namespace :foo do
|
126
|
+
# task :bar do
|
127
|
+
# end
|
128
|
+
# task :hoge do
|
129
|
+
# end
|
130
|
+
# end
|
131
|
+
#
|
132
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_namespace.rb#30
|
133
|
+
class RuboCop::Cop::Rake::DuplicateNamespace < ::RuboCop::Cop::Base
|
134
|
+
include ::RuboCop::Cop::Rake::Helper::OnNamespace
|
135
|
+
|
136
|
+
# @return [DuplicateNamespace] a new instance of DuplicateNamespace
|
137
|
+
#
|
138
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_namespace.rb#35
|
139
|
+
def initialize(*_arg0); end
|
140
|
+
|
141
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_namespace.rb#67
|
142
|
+
def message_for_dup(previous:, current:, namespace:); end
|
143
|
+
|
144
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_namespace.rb#53
|
145
|
+
def namespaces(node); end
|
146
|
+
|
147
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_namespace.rb#40
|
148
|
+
def on_namespace(node); end
|
149
|
+
|
150
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_namespace.rb#76
|
151
|
+
def source_location(node); end
|
152
|
+
end
|
153
|
+
|
154
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_namespace.rb#33
|
155
|
+
RuboCop::Cop::Rake::DuplicateNamespace::MSG = T.let(T.unsafe(nil), String)
|
156
|
+
|
157
|
+
# If tasks are defined with the same name, Rake executes the both tasks
|
158
|
+
# in definition order.
|
159
|
+
# It is misleading sometimes. You should squash them into one definition.
|
160
|
+
# This cop detects it.
|
161
|
+
#
|
162
|
+
# @example
|
163
|
+
# # bad
|
164
|
+
# task :foo do
|
165
|
+
# p 'foo 1'
|
166
|
+
# end
|
167
|
+
# task :foo do
|
168
|
+
# p 'foo 2'
|
169
|
+
# end
|
170
|
+
#
|
171
|
+
# # good
|
172
|
+
# task :foo do
|
173
|
+
# p 'foo 1'
|
174
|
+
# p 'foo 2'
|
175
|
+
# end
|
176
|
+
#
|
177
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_task.rb#26
|
178
|
+
class RuboCop::Cop::Rake::DuplicateTask < ::RuboCop::Cop::Base
|
179
|
+
include ::RuboCop::Cop::Rake::Helper::OnTask
|
180
|
+
|
181
|
+
# @return [DuplicateTask] a new instance of DuplicateTask
|
182
|
+
#
|
183
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_task.rb#31
|
184
|
+
def initialize(*_arg0); end
|
185
|
+
|
186
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_task.rb#66
|
187
|
+
def message_for_dup(previous:, current:, task_name:); end
|
188
|
+
|
189
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_task.rb#52
|
190
|
+
def namespaces(node); end
|
191
|
+
|
192
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_task.rb#36
|
193
|
+
def on_task(node); end
|
194
|
+
|
195
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_task.rb#75
|
196
|
+
def source_location(node); end
|
197
|
+
end
|
198
|
+
|
199
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/duplicate_task.rb#29
|
200
|
+
RuboCop::Cop::Rake::DuplicateTask::MSG = T.let(T.unsafe(nil), String)
|
201
|
+
|
202
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/class_definition.rb#6
|
203
|
+
module RuboCop::Cop::Rake::Helper; end
|
204
|
+
|
205
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/class_definition.rb#7
|
206
|
+
module RuboCop::Cop::Rake::Helper::ClassDefinition
|
207
|
+
extend ::RuboCop::AST::NodePattern::Macros
|
208
|
+
extend ::RuboCop::Cop::Rake::Helper::ClassDefinition
|
209
|
+
|
210
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/class_definition.rb#11
|
211
|
+
def class_definition?(param0 = T.unsafe(nil)); end
|
212
|
+
|
213
|
+
# @return [Boolean]
|
214
|
+
#
|
215
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/class_definition.rb#22
|
216
|
+
def in_class_definition?(node); end
|
217
|
+
end
|
218
|
+
|
219
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/on_namespace.rb#7
|
220
|
+
module RuboCop::Cop::Rake::Helper::OnNamespace
|
221
|
+
extend ::RuboCop::AST::NodePattern::Macros
|
222
|
+
|
223
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/on_namespace.rb#10
|
224
|
+
def namespace?(param0 = T.unsafe(nil)); end
|
225
|
+
|
226
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/on_namespace.rb#14
|
227
|
+
def on_send(node); end
|
228
|
+
end
|
229
|
+
|
230
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/on_task.rb#7
|
231
|
+
module RuboCop::Cop::Rake::Helper::OnTask
|
232
|
+
extend ::RuboCop::AST::NodePattern::Macros
|
233
|
+
|
234
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/on_task.rb#14
|
235
|
+
def on_send(node); end
|
236
|
+
|
237
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/on_task.rb#10
|
238
|
+
def task?(param0 = T.unsafe(nil)); end
|
239
|
+
end
|
240
|
+
|
241
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/task_definition.rb#7
|
242
|
+
module RuboCop::Cop::Rake::Helper::TaskDefinition
|
243
|
+
extend ::RuboCop::AST::NodePattern::Macros
|
244
|
+
extend ::RuboCop::Cop::Rake::Helper::TaskDefinition
|
245
|
+
|
246
|
+
# @return [Boolean]
|
247
|
+
#
|
248
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/task_definition.rb#19
|
249
|
+
def in_task_or_namespace?(node); end
|
250
|
+
|
251
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/task_definition.rb#11
|
252
|
+
def task_or_namespace?(param0 = T.unsafe(nil)); end
|
253
|
+
end
|
254
|
+
|
255
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/task_name.rb#7
|
256
|
+
module RuboCop::Cop::Rake::Helper::TaskName
|
257
|
+
extend ::RuboCop::Cop::Rake::Helper::TaskName
|
258
|
+
|
259
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/helper/task_name.rb#10
|
260
|
+
def task_name(node); end
|
261
|
+
end
|
262
|
+
|
263
|
+
# This cop detects method definition in a task or namespace,
|
264
|
+
# because it is defined to the top level.
|
265
|
+
# It is confusing because the scope looks in the task or namespace,
|
266
|
+
# but actually it is defined to the top level.
|
267
|
+
#
|
268
|
+
# @example
|
269
|
+
# # bad
|
270
|
+
# task :foo do
|
271
|
+
# def helper_method
|
272
|
+
# do_something
|
273
|
+
# end
|
274
|
+
# end
|
275
|
+
#
|
276
|
+
# # bad
|
277
|
+
# namespace :foo do
|
278
|
+
# def helper_method
|
279
|
+
# do_something
|
280
|
+
# end
|
281
|
+
# end
|
282
|
+
#
|
283
|
+
# # good - It is also defined to the top level,
|
284
|
+
# # but it looks expected behavior.
|
285
|
+
# def helper_method
|
286
|
+
# end
|
287
|
+
# task :foo do
|
288
|
+
# end
|
289
|
+
#
|
290
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/method_definition_in_task.rb#33
|
291
|
+
class RuboCop::Cop::Rake::MethodDefinitionInTask < ::RuboCop::Cop::Base
|
292
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/method_definition_in_task.rb#36
|
293
|
+
def on_def(node); end
|
294
|
+
|
295
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/method_definition_in_task.rb#36
|
296
|
+
def on_defs(node); end
|
297
|
+
end
|
298
|
+
|
299
|
+
# source://rubocop-rake//lib/rubocop/cop/rake/method_definition_in_task.rb#34
|
300
|
+
RuboCop::Cop::Rake::MethodDefinitionInTask::MSG = T.let(T.unsafe(nil), String)
|
301
|
+
|
302
|
+
# source://rubocop-rake//lib/rubocop/rake/version.rb#4
|
303
|
+
module RuboCop::Rake; end
|
304
|
+
|
305
|
+
# source://rubocop-rake//lib/rubocop/rake.rb#12
|
306
|
+
RuboCop::Rake::CONFIG = T.let(T.unsafe(nil), Hash)
|
307
|
+
|
308
|
+
# source://rubocop-rake//lib/rubocop/rake.rb#11
|
309
|
+
RuboCop::Rake::CONFIG_DEFAULT = T.let(T.unsafe(nil), Pathname)
|
310
|
+
|
311
|
+
# source://rubocop-rake//lib/rubocop/rake.rb#8
|
312
|
+
class RuboCop::Rake::Error < ::StandardError; end
|
313
|
+
|
314
|
+
# Because RuboCop doesn't yet support plugins, we have to monkey patch in a
|
315
|
+
# bit of our configuration.
|
316
|
+
#
|
317
|
+
# source://rubocop-rake//lib/rubocop/rake/inject.rb#9
|
318
|
+
module RuboCop::Rake::Inject
|
319
|
+
class << self
|
320
|
+
# source://rubocop-rake//lib/rubocop/rake/inject.rb#10
|
321
|
+
def defaults!; end
|
322
|
+
end
|
323
|
+
end
|
324
|
+
|
325
|
+
# source://rubocop-rake//lib/rubocop/rake.rb#10
|
326
|
+
RuboCop::Rake::PROJECT_ROOT = T.let(T.unsafe(nil), Pathname)
|
327
|
+
|
328
|
+
# source://rubocop-rake//lib/rubocop/rake/version.rb#5
|
329
|
+
RuboCop::Rake::VERSION = T.let(T.unsafe(nil), String)
|