rubocop-packs 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubocop/cop/packs/namespace_convention.rb +12 -45
  3. data/lib/rubocop/packs/private/configuration.rb +10 -0
  4. data/lib/rubocop/packs/private.rb +112 -0
  5. data/lib/rubocop/packs.rb +11 -44
  6. metadata +2 -42
  7. data/sorbet/config +0 -3
  8. data/sorbet/rbi/gems/activesupport@7.0.4.rbi +0 -15914
  9. data/sorbet/rbi/gems/ast@2.4.2.rbi +0 -584
  10. data/sorbet/rbi/gems/coderay@1.1.3.rbi +0 -8
  11. data/sorbet/rbi/gems/concurrent-ruby@1.1.10.rbi +0 -11263
  12. data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +0 -1079
  13. data/sorbet/rbi/gems/i18n@1.12.0.rbi +0 -2296
  14. data/sorbet/rbi/gems/json@2.6.2.rbi +0 -1547
  15. data/sorbet/rbi/gems/method_source@1.0.0.rbi +0 -8
  16. data/sorbet/rbi/gems/minitest@5.16.3.rbi +0 -1459
  17. data/sorbet/rbi/gems/netrc@0.11.0.rbi +0 -161
  18. data/sorbet/rbi/gems/parallel@1.22.1.rbi +0 -277
  19. data/sorbet/rbi/gems/parse_packwerk@0.12.1.rbi +0 -203
  20. data/sorbet/rbi/gems/parser@3.1.2.1.rbi +0 -8944
  21. data/sorbet/rbi/gems/pry@0.14.1.rbi +0 -8
  22. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +0 -392
  23. data/sorbet/rbi/gems/rake@13.0.6.rbi +0 -2899
  24. data/sorbet/rbi/gems/rbi@0.0.16.rbi +0 -3007
  25. data/sorbet/rbi/gems/regexp_parser@2.6.0.rbi +0 -3498
  26. data/sorbet/rbi/gems/rexml@3.2.5.rbi +0 -4717
  27. data/sorbet/rbi/gems/rspec-core@3.11.0.rbi +0 -10934
  28. data/sorbet/rbi/gems/rspec-expectations@3.11.1.rbi +0 -8090
  29. data/sorbet/rbi/gems/rspec-mocks@3.11.1.rbi +0 -5291
  30. data/sorbet/rbi/gems/rspec-support@3.11.1.rbi +0 -1610
  31. data/sorbet/rbi/gems/rspec@3.11.0.rbi +0 -88
  32. data/sorbet/rbi/gems/rubocop-ast@1.21.0.rbi +0 -6898
  33. data/sorbet/rbi/gems/rubocop-extension-generator@0.5.1.rbi +0 -86
  34. data/sorbet/rbi/gems/rubocop-sorbet@0.6.11.rbi +0 -1002
  35. data/sorbet/rbi/gems/rubocop@1.36.0.rbi +0 -52209
  36. data/sorbet/rbi/gems/ruby-progressbar@1.11.0.rbi +0 -1239
  37. data/sorbet/rbi/gems/spoom@1.1.12.rbi +0 -2369
  38. data/sorbet/rbi/gems/tapioca@0.10.2.rbi +0 -3439
  39. data/sorbet/rbi/gems/thor@1.2.1.rbi +0 -3956
  40. data/sorbet/rbi/gems/tzinfo@2.0.5.rbi +0 -5896
  41. data/sorbet/rbi/gems/unicode-display_width@2.3.0.rbi +0 -48
  42. data/sorbet/rbi/gems/unparser@0.6.5.rbi +0 -4529
  43. data/sorbet/rbi/gems/webrick@1.7.0.rbi +0 -2586
  44. data/sorbet/rbi/gems/yard-sorbet@0.7.0.rbi +0 -389
  45. data/sorbet/rbi/gems/yard@0.9.28.rbi +0 -17775
  46. data/sorbet/rbi/todo.rbi +0 -5
@@ -1,8 +0,0 @@
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
@@ -1,392 +0,0 @@
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)