rubocop-modularization 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +82 -3
  3. data/config/default.yml +5 -0
  4. data/lib/rubocop/cop/modularization/namespaced_under_package_name/desired_zeitwerk_api.rb +110 -0
  5. data/lib/rubocop/cop/modularization/namespaced_under_package_name.rb +119 -0
  6. data/lib/rubocop/cop/modularization/typed_public_api.rb +39 -0
  7. data/lib/rubocop/cop/modularization_cops.rb +1 -0
  8. data/lib/rubocop/modularization/inject.rb +4 -0
  9. data/lib/rubocop/modularization/private.rb +11 -0
  10. data/lib/rubocop/modularization.rb +8 -4
  11. data/lib/rubocop-modularization.rb +5 -2
  12. data/sorbet/rbi/gems/activesupport@7.0.4.rbi +15914 -0
  13. data/sorbet/rbi/gems/ast@2.4.2.rbi +584 -0
  14. data/sorbet/rbi/gems/coderay@1.1.3.rbi +8 -0
  15. data/sorbet/rbi/gems/concurrent-ruby@1.1.10.rbi +11263 -0
  16. data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +1079 -0
  17. data/sorbet/rbi/gems/i18n@1.12.0.rbi +2296 -0
  18. data/sorbet/rbi/gems/json@2.6.2.rbi +1547 -0
  19. data/sorbet/rbi/gems/method_source@1.0.0.rbi +8 -0
  20. data/sorbet/rbi/gems/minitest@5.16.3.rbi +1459 -0
  21. data/sorbet/rbi/gems/netrc@0.11.0.rbi +161 -0
  22. data/sorbet/rbi/gems/parallel@1.22.1.rbi +277 -0
  23. data/sorbet/rbi/gems/parse_packwerk@0.12.1.rbi +203 -0
  24. data/sorbet/rbi/gems/parser@3.1.2.1.rbi +8944 -0
  25. data/sorbet/rbi/gems/pry@0.14.1.rbi +8 -0
  26. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +392 -0
  27. data/sorbet/rbi/gems/rake@13.0.6.rbi +2899 -0
  28. data/sorbet/rbi/gems/rbi@0.0.16.rbi +3007 -0
  29. data/sorbet/rbi/gems/regexp_parser@2.6.0.rbi +3498 -0
  30. data/sorbet/rbi/gems/rexml@3.2.5.rbi +4717 -0
  31. data/sorbet/rbi/gems/rspec-core@3.11.0.rbi +10934 -0
  32. data/sorbet/rbi/gems/rspec-expectations@3.11.1.rbi +8090 -0
  33. data/sorbet/rbi/gems/rspec-mocks@3.11.1.rbi +5291 -0
  34. data/sorbet/rbi/gems/rspec-support@3.11.1.rbi +1610 -0
  35. data/sorbet/rbi/gems/rspec@3.11.0.rbi +88 -0
  36. data/sorbet/rbi/gems/rubocop-ast@1.21.0.rbi +6898 -0
  37. data/sorbet/rbi/gems/rubocop-extension-generator@0.5.1.rbi +86 -0
  38. data/sorbet/rbi/gems/rubocop-sorbet@0.6.11.rbi +1002 -0
  39. data/sorbet/rbi/gems/rubocop@1.36.0.rbi +52209 -0
  40. data/sorbet/rbi/gems/ruby-progressbar@1.11.0.rbi +1239 -0
  41. data/sorbet/rbi/gems/spoom@1.1.12.rbi +2369 -0
  42. data/sorbet/rbi/gems/tapioca@0.10.2.rbi +3439 -0
  43. data/sorbet/rbi/gems/thor@1.2.1.rbi +3956 -0
  44. data/sorbet/rbi/gems/tzinfo@2.0.5.rbi +5896 -0
  45. data/sorbet/rbi/gems/unicode-display_width@2.3.0.rbi +48 -0
  46. data/sorbet/rbi/gems/unparser@0.6.5.rbi +4529 -0
  47. data/sorbet/rbi/gems/webrick@1.7.0.rbi +2586 -0
  48. data/sorbet/rbi/gems/yard-sorbet@0.7.0.rbi +389 -0
  49. data/sorbet/rbi/gems/yard@0.9.28.rbi +17775 -0
  50. data/sorbet/rbi/todo.rbi +0 -3
  51. metadata +105 -6
@@ -0,0 +1,8 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `pry` gem.
5
+ # Please instead update this file by running `bin/tapioca gem pry`.
6
+
7
+ # THIS IS AN EMPTY RBI FILE.
8
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -0,0 +1,392 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rainbow` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rainbow`.
6
+
7
+ # source://rainbow//lib/rainbow/string_utils.rb#3
8
+ module Rainbow
9
+ class << self
10
+ # source://rainbow//lib/rainbow/global.rb#10
11
+ def enabled; end
12
+
13
+ # source://rainbow//lib/rainbow/global.rb#14
14
+ def enabled=(value); end
15
+
16
+ # source://rainbow//lib/rainbow/global.rb#6
17
+ def global; end
18
+
19
+ # source://rainbow//lib/rainbow.rb#6
20
+ def new; end
21
+
22
+ # source://rainbow//lib/rainbow/global.rb#18
23
+ def uncolor(string); end
24
+ end
25
+ end
26
+
27
+ # source://rainbow//lib/rainbow/color.rb#4
28
+ class Rainbow::Color
29
+ # Returns the value of attribute ground.
30
+ #
31
+ # source://rainbow//lib/rainbow/color.rb#5
32
+ def ground; end
33
+
34
+ class << self
35
+ # source://rainbow//lib/rainbow/color.rb#7
36
+ def build(ground, values); end
37
+
38
+ # source://rainbow//lib/rainbow/color.rb#40
39
+ def parse_hex_color(hex); end
40
+ end
41
+ end
42
+
43
+ # source://rainbow//lib/rainbow/color.rb#54
44
+ class Rainbow::Color::Indexed < ::Rainbow::Color
45
+ # @return [Indexed] a new instance of Indexed
46
+ #
47
+ # source://rainbow//lib/rainbow/color.rb#57
48
+ def initialize(ground, num); end
49
+
50
+ # source://rainbow//lib/rainbow/color.rb#62
51
+ def codes; end
52
+
53
+ # Returns the value of attribute num.
54
+ #
55
+ # source://rainbow//lib/rainbow/color.rb#55
56
+ def num; end
57
+ end
58
+
59
+ # source://rainbow//lib/rainbow/color.rb#69
60
+ class Rainbow::Color::Named < ::Rainbow::Color::Indexed
61
+ # @return [Named] a new instance of Named
62
+ #
63
+ # source://rainbow//lib/rainbow/color.rb#90
64
+ def initialize(ground, name); end
65
+
66
+ class << self
67
+ # source://rainbow//lib/rainbow/color.rb#82
68
+ def color_names; end
69
+
70
+ # source://rainbow//lib/rainbow/color.rb#86
71
+ def valid_names; end
72
+ end
73
+ end
74
+
75
+ # source://rainbow//lib/rainbow/color.rb#70
76
+ Rainbow::Color::Named::NAMES = T.let(T.unsafe(nil), Hash)
77
+
78
+ # source://rainbow//lib/rainbow/color.rb#100
79
+ class Rainbow::Color::RGB < ::Rainbow::Color::Indexed
80
+ # @return [RGB] a new instance of RGB
81
+ #
82
+ # source://rainbow//lib/rainbow/color.rb#107
83
+ def initialize(ground, *values); end
84
+
85
+ # Returns the value of attribute b.
86
+ #
87
+ # source://rainbow//lib/rainbow/color.rb#101
88
+ def b; end
89
+
90
+ # source://rainbow//lib/rainbow/color.rb#116
91
+ def codes; end
92
+
93
+ # Returns the value of attribute g.
94
+ #
95
+ # source://rainbow//lib/rainbow/color.rb#101
96
+ def g; end
97
+
98
+ # Returns the value of attribute r.
99
+ #
100
+ # source://rainbow//lib/rainbow/color.rb#101
101
+ def r; end
102
+
103
+ private
104
+
105
+ # source://rainbow//lib/rainbow/color.rb#122
106
+ def code_from_rgb; end
107
+
108
+ class << self
109
+ # source://rainbow//lib/rainbow/color.rb#103
110
+ def to_ansi_domain(value); end
111
+ end
112
+ end
113
+
114
+ # source://rainbow//lib/rainbow/color.rb#129
115
+ class Rainbow::Color::X11Named < ::Rainbow::Color::RGB
116
+ include ::Rainbow::X11ColorNames
117
+
118
+ # @return [X11Named] a new instance of X11Named
119
+ #
120
+ # source://rainbow//lib/rainbow/color.rb#140
121
+ def initialize(ground, name); end
122
+
123
+ class << self
124
+ # source://rainbow//lib/rainbow/color.rb#132
125
+ def color_names; end
126
+
127
+ # source://rainbow//lib/rainbow/color.rb#136
128
+ def valid_names; end
129
+ end
130
+ end
131
+
132
+ # source://rainbow//lib/rainbow/null_presenter.rb#4
133
+ class Rainbow::NullPresenter < ::String
134
+ # source://rainbow//lib/rainbow/null_presenter.rb#9
135
+ def background(*_values); end
136
+
137
+ # source://rainbow//lib/rainbow/null_presenter.rb#9
138
+ def bg(*_values); end
139
+
140
+ # source://rainbow//lib/rainbow/null_presenter.rb#49
141
+ def black; end
142
+
143
+ # source://rainbow//lib/rainbow/null_presenter.rb#33
144
+ def blink; end
145
+
146
+ # source://rainbow//lib/rainbow/null_presenter.rb#65
147
+ def blue; end
148
+
149
+ # source://rainbow//lib/rainbow/null_presenter.rb#17
150
+ def bold; end
151
+
152
+ # source://rainbow//lib/rainbow/null_presenter.rb#17
153
+ def bright; end
154
+
155
+ # source://rainbow//lib/rainbow/null_presenter.rb#5
156
+ def color(*_values); end
157
+
158
+ # source://rainbow//lib/rainbow/null_presenter.rb#45
159
+ def cross_out; end
160
+
161
+ # source://rainbow//lib/rainbow/null_presenter.rb#73
162
+ def cyan; end
163
+
164
+ # source://rainbow//lib/rainbow/null_presenter.rb#21
165
+ def dark; end
166
+
167
+ # source://rainbow//lib/rainbow/null_presenter.rb#21
168
+ def faint; end
169
+
170
+ # source://rainbow//lib/rainbow/null_presenter.rb#5
171
+ def fg(*_values); end
172
+
173
+ # source://rainbow//lib/rainbow/null_presenter.rb#5
174
+ def foreground(*_values); end
175
+
176
+ # source://rainbow//lib/rainbow/null_presenter.rb#57
177
+ def green; end
178
+
179
+ # source://rainbow//lib/rainbow/null_presenter.rb#41
180
+ def hide; end
181
+
182
+ # source://rainbow//lib/rainbow/null_presenter.rb#37
183
+ def inverse; end
184
+
185
+ # source://rainbow//lib/rainbow/null_presenter.rb#25
186
+ def italic; end
187
+
188
+ # source://rainbow//lib/rainbow/null_presenter.rb#69
189
+ def magenta; end
190
+
191
+ # source://rainbow//lib/rainbow/null_presenter.rb#81
192
+ def method_missing(method_name, *args); end
193
+
194
+ # source://rainbow//lib/rainbow/null_presenter.rb#53
195
+ def red; end
196
+
197
+ # source://rainbow//lib/rainbow/null_presenter.rb#13
198
+ def reset; end
199
+
200
+ # source://rainbow//lib/rainbow/null_presenter.rb#45
201
+ def strike; end
202
+
203
+ # source://rainbow//lib/rainbow/null_presenter.rb#29
204
+ def underline; end
205
+
206
+ # source://rainbow//lib/rainbow/null_presenter.rb#77
207
+ def white; end
208
+
209
+ # source://rainbow//lib/rainbow/null_presenter.rb#61
210
+ def yellow; end
211
+
212
+ private
213
+
214
+ # @return [Boolean]
215
+ #
216
+ # source://rainbow//lib/rainbow/null_presenter.rb#89
217
+ def respond_to_missing?(method_name, *args); end
218
+ end
219
+
220
+ # source://rainbow//lib/rainbow/presenter.rb#8
221
+ class Rainbow::Presenter < ::String
222
+ # Sets background color of this text.
223
+ #
224
+ # source://rainbow//lib/rainbow/presenter.rb#30
225
+ def background(*values); end
226
+
227
+ # Sets background color of this text.
228
+ #
229
+ # source://rainbow//lib/rainbow/presenter.rb#30
230
+ def bg(*values); end
231
+
232
+ # source://rainbow//lib/rainbow/presenter.rb#92
233
+ def black; end
234
+
235
+ # Turns on blinking attribute for this text (not well supported by terminal
236
+ # emulators).
237
+ #
238
+ # source://rainbow//lib/rainbow/presenter.rb#72
239
+ def blink; end
240
+
241
+ # source://rainbow//lib/rainbow/presenter.rb#108
242
+ def blue; end
243
+
244
+ # Turns on bright/bold for this text.
245
+ #
246
+ # source://rainbow//lib/rainbow/presenter.rb#45
247
+ def bold; end
248
+
249
+ # Turns on bright/bold for this text.
250
+ #
251
+ # source://rainbow//lib/rainbow/presenter.rb#45
252
+ def bright; end
253
+
254
+ # Sets color of this text.
255
+ #
256
+ # source://rainbow//lib/rainbow/presenter.rb#22
257
+ def color(*values); end
258
+
259
+ # source://rainbow//lib/rainbow/presenter.rb#86
260
+ def cross_out; end
261
+
262
+ # source://rainbow//lib/rainbow/presenter.rb#116
263
+ def cyan; end
264
+
265
+ # Turns on faint/dark for this text (not well supported by terminal
266
+ # emulators).
267
+ #
268
+ # source://rainbow//lib/rainbow/presenter.rb#53
269
+ def dark; end
270
+
271
+ # Turns on faint/dark for this text (not well supported by terminal
272
+ # emulators).
273
+ #
274
+ # source://rainbow//lib/rainbow/presenter.rb#53
275
+ def faint; end
276
+
277
+ # Sets color of this text.
278
+ #
279
+ # source://rainbow//lib/rainbow/presenter.rb#22
280
+ def fg(*values); end
281
+
282
+ # Sets color of this text.
283
+ #
284
+ # source://rainbow//lib/rainbow/presenter.rb#22
285
+ def foreground(*values); end
286
+
287
+ # source://rainbow//lib/rainbow/presenter.rb#100
288
+ def green; end
289
+
290
+ # Hides this text (set its color to the same as background).
291
+ #
292
+ # source://rainbow//lib/rainbow/presenter.rb#82
293
+ def hide; end
294
+
295
+ # Inverses current foreground/background colors.
296
+ #
297
+ # source://rainbow//lib/rainbow/presenter.rb#77
298
+ def inverse; end
299
+
300
+ # Turns on italic style for this text (not well supported by terminal
301
+ # emulators).
302
+ #
303
+ # source://rainbow//lib/rainbow/presenter.rb#61
304
+ def italic; end
305
+
306
+ # source://rainbow//lib/rainbow/presenter.rb#112
307
+ def magenta; end
308
+
309
+ # We take care of X11 color method call here.
310
+ # Such as #aqua, #ghostwhite.
311
+ #
312
+ # source://rainbow//lib/rainbow/presenter.rb#126
313
+ def method_missing(method_name, *args); end
314
+
315
+ # source://rainbow//lib/rainbow/presenter.rb#96
316
+ def red; end
317
+
318
+ # Resets terminal to default colors/backgrounds.
319
+ #
320
+ # It shouldn't be needed to use this method because all methods
321
+ # append terminal reset code to end of string.
322
+ #
323
+ # source://rainbow//lib/rainbow/presenter.rb#40
324
+ def reset; end
325
+
326
+ # source://rainbow//lib/rainbow/presenter.rb#86
327
+ def strike; end
328
+
329
+ # Turns on underline decoration for this text.
330
+ #
331
+ # source://rainbow//lib/rainbow/presenter.rb#66
332
+ def underline; end
333
+
334
+ # source://rainbow//lib/rainbow/presenter.rb#120
335
+ def white; end
336
+
337
+ # source://rainbow//lib/rainbow/presenter.rb#104
338
+ def yellow; end
339
+
340
+ private
341
+
342
+ # @return [Boolean]
343
+ #
344
+ # source://rainbow//lib/rainbow/presenter.rb#134
345
+ def respond_to_missing?(method_name, *args); end
346
+
347
+ # source://rainbow//lib/rainbow/presenter.rb#140
348
+ def wrap_with_sgr(codes); end
349
+ end
350
+
351
+ # source://rainbow//lib/rainbow/presenter.rb#9
352
+ Rainbow::Presenter::TERM_EFFECTS = T.let(T.unsafe(nil), Hash)
353
+
354
+ # source://rainbow//lib/rainbow/string_utils.rb#4
355
+ class Rainbow::StringUtils
356
+ class << self
357
+ # source://rainbow//lib/rainbow/string_utils.rb#17
358
+ def uncolor(string); end
359
+
360
+ # source://rainbow//lib/rainbow/string_utils.rb#5
361
+ def wrap_with_sgr(string, codes); end
362
+ end
363
+ end
364
+
365
+ # source://rainbow//lib/rainbow/wrapper.rb#7
366
+ class Rainbow::Wrapper
367
+ # @return [Wrapper] a new instance of Wrapper
368
+ #
369
+ # source://rainbow//lib/rainbow/wrapper.rb#10
370
+ def initialize(enabled = T.unsafe(nil)); end
371
+
372
+ # Returns the value of attribute enabled.
373
+ #
374
+ # source://rainbow//lib/rainbow/wrapper.rb#8
375
+ def enabled; end
376
+
377
+ # Sets the attribute enabled
378
+ #
379
+ # @param value the value to set the attribute enabled to.
380
+ #
381
+ # source://rainbow//lib/rainbow/wrapper.rb#8
382
+ def enabled=(_arg0); end
383
+
384
+ # source://rainbow//lib/rainbow/wrapper.rb#14
385
+ def wrap(string); end
386
+ end
387
+
388
+ # source://rainbow//lib/rainbow/x11_color_names.rb#4
389
+ module Rainbow::X11ColorNames; end
390
+
391
+ # source://rainbow//lib/rainbow/x11_color_names.rb#5
392
+ Rainbow::X11ColorNames::NAMES = T.let(T.unsafe(nil), Hash)