konstruo 1.0.0

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 (126) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +3 -0
  3. data/.rubocop.yml +22 -0
  4. data/.tool-versions +1 -0
  5. data/CHANGELOG.md +21 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +35 -0
  8. data/Rakefile +10 -0
  9. data/lib/konstruo/mapper.rb +120 -0
  10. data/lib/konstruo/version.rb +6 -0
  11. data/lib/konstruo.rb +18 -0
  12. data/sorbet/config +4 -0
  13. data/sorbet/rbi/annotations/.gitattributes +1 -0
  14. data/sorbet/rbi/annotations/actionmailer.rbi +10 -0
  15. data/sorbet/rbi/annotations/actionpack.rbi +430 -0
  16. data/sorbet/rbi/annotations/actionview.rbi +75 -0
  17. data/sorbet/rbi/annotations/activejob.rbi +44 -0
  18. data/sorbet/rbi/annotations/activemodel.rbi +89 -0
  19. data/sorbet/rbi/annotations/activerecord.rbi +92 -0
  20. data/sorbet/rbi/annotations/activesupport.rbi +454 -0
  21. data/sorbet/rbi/annotations/globalid.rbi +30 -0
  22. data/sorbet/rbi/annotations/minitest.rbi +119 -0
  23. data/sorbet/rbi/annotations/railties.rbi +61 -0
  24. data/sorbet/rbi/annotations/rainbow.rbi +269 -0
  25. data/sorbet/rbi/dsl/.gitattributes +1 -0
  26. data/sorbet/rbi/dsl/active_support/callbacks.rbi +23 -0
  27. data/sorbet/rbi/gems/.gitattributes +1 -0
  28. data/sorbet/rbi/gems/actioncable@7.2.1.rbi +3096 -0
  29. data/sorbet/rbi/gems/actionmailbox@7.2.1.rbi +1832 -0
  30. data/sorbet/rbi/gems/actionmailer@7.2.1.rbi +2664 -0
  31. data/sorbet/rbi/gems/actionpack@7.2.1.rbi +20536 -0
  32. data/sorbet/rbi/gems/actiontext@7.2.1.rbi +1697 -0
  33. data/sorbet/rbi/gems/actionview@7.2.1.rbi +15752 -0
  34. data/sorbet/rbi/gems/activejob@7.2.1.rbi +2828 -0
  35. data/sorbet/rbi/gems/activemodel@7.2.1.rbi +6762 -0
  36. data/sorbet/rbi/gems/activerecord@7.2.1.rbi +41433 -0
  37. data/sorbet/rbi/gems/activestorage@7.2.1.rbi +3247 -0
  38. data/sorbet/rbi/gems/activesupport@7.2.1.rbi +21142 -0
  39. data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
  40. data/sorbet/rbi/gems/base64@0.2.0.rbi +509 -0
  41. data/sorbet/rbi/gems/bigdecimal@3.1.8.rbi +78 -0
  42. data/sorbet/rbi/gems/builder@3.3.0.rbi +9 -0
  43. data/sorbet/rbi/gems/concurrent-ruby@1.3.4.rbi +11645 -0
  44. data/sorbet/rbi/gems/connection_pool@2.4.1.rbi +9 -0
  45. data/sorbet/rbi/gems/crass@1.0.6.rbi +623 -0
  46. data/sorbet/rbi/gems/dashbrains-rubocop-config@1.0.4.rbi +9 -0
  47. data/sorbet/rbi/gems/date@3.3.4.rbi +75 -0
  48. data/sorbet/rbi/gems/diff-lcs@1.5.1.rbi +1131 -0
  49. data/sorbet/rbi/gems/drb@2.2.1.rbi +1347 -0
  50. data/sorbet/rbi/gems/erubi@1.13.0.rbi +150 -0
  51. data/sorbet/rbi/gems/globalid@1.2.1.rbi +749 -0
  52. data/sorbet/rbi/gems/i18n@1.14.5.rbi +2359 -0
  53. data/sorbet/rbi/gems/io-console@0.7.2.rbi +9 -0
  54. data/sorbet/rbi/gems/json@2.7.2.rbi +1562 -0
  55. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14238 -0
  56. data/sorbet/rbi/gems/logger@1.6.1.rbi +920 -0
  57. data/sorbet/rbi/gems/loofah@2.22.0.rbi +1081 -0
  58. data/sorbet/rbi/gems/mail@2.8.1.rbi +8658 -0
  59. data/sorbet/rbi/gems/marcel@1.0.4.rbi +239 -0
  60. data/sorbet/rbi/gems/mini_mime@1.1.5.rbi +173 -0
  61. data/sorbet/rbi/gems/minitest@5.25.1.rbi +1546 -0
  62. data/sorbet/rbi/gems/net-imap@0.4.16.rbi +10845 -0
  63. data/sorbet/rbi/gems/net-pop@0.1.2.rbi +927 -0
  64. data/sorbet/rbi/gems/net-protocol@0.2.2.rbi +292 -0
  65. data/sorbet/rbi/gems/net-smtp@0.5.0.rbi +1228 -0
  66. data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
  67. data/sorbet/rbi/gems/nio4r@2.7.3.rbi +293 -0
  68. data/sorbet/rbi/gems/nokogiri@1.16.7.rbi +7311 -0
  69. data/sorbet/rbi/gems/parallel@1.26.3.rbi +291 -0
  70. data/sorbet/rbi/gems/parser@3.3.5.0.rbi +5519 -0
  71. data/sorbet/rbi/gems/prism@1.0.0.rbi +35493 -0
  72. data/sorbet/rbi/gems/psych@5.1.2.rbi +1769 -0
  73. data/sorbet/rbi/gems/racc@1.8.1.rbi +162 -0
  74. data/sorbet/rbi/gems/rack-session@2.0.0.rbi +727 -0
  75. data/sorbet/rbi/gems/rack-test@2.1.0.rbi +747 -0
  76. data/sorbet/rbi/gems/rack@3.1.7.rbi +4902 -0
  77. data/sorbet/rbi/gems/rackup@2.1.0.rbi +390 -0
  78. data/sorbet/rbi/gems/rails-dom-testing@2.2.0.rbi +758 -0
  79. data/sorbet/rbi/gems/rails-html-sanitizer@1.6.0.rbi +785 -0
  80. data/sorbet/rbi/gems/rails@7.2.1.rbi +9 -0
  81. data/sorbet/rbi/gems/railties@7.2.1.rbi +3824 -0
  82. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
  83. data/sorbet/rbi/gems/rake@13.2.1.rbi +3046 -0
  84. data/sorbet/rbi/gems/rbi@0.2.0.rbi +4105 -0
  85. data/sorbet/rbi/gems/rdoc@6.7.0.rbi +12721 -0
  86. data/sorbet/rbi/gems/regexp_parser@2.9.2.rbi +3772 -0
  87. data/sorbet/rbi/gems/reline@0.5.10.rbi +9 -0
  88. data/sorbet/rbi/gems/rspec-core@3.13.1.rbi +11012 -0
  89. data/sorbet/rbi/gems/rspec-expectations@3.13.3.rbi +8183 -0
  90. data/sorbet/rbi/gems/rspec-mocks@3.13.1.rbi +5341 -0
  91. data/sorbet/rbi/gems/rspec-support@3.13.1.rbi +1630 -0
  92. data/sorbet/rbi/gems/rspec@3.13.0.rbi +83 -0
  93. data/sorbet/rbi/gems/rubocop-ast@1.32.3.rbi +7446 -0
  94. data/sorbet/rbi/gems/rubocop-capybara@2.21.0.rbi +9 -0
  95. data/sorbet/rbi/gems/rubocop-factory_bot@2.26.1.rbi +9 -0
  96. data/sorbet/rbi/gems/rubocop-graphql@1.5.4.rbi +9 -0
  97. data/sorbet/rbi/gems/rubocop-minitest@0.36.0.rbi +9 -0
  98. data/sorbet/rbi/gems/rubocop-performance@1.21.1.rbi +9 -0
  99. data/sorbet/rbi/gems/rubocop-rails@2.26.1.rbi +9 -0
  100. data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +329 -0
  101. data/sorbet/rbi/gems/rubocop-rspec@3.0.5.rbi +9 -0
  102. data/sorbet/rbi/gems/rubocop-rspec_rails@2.30.0.rbi +9 -0
  103. data/sorbet/rbi/gems/rubocop-sorbet@0.8.5.rbi +9 -0
  104. data/sorbet/rbi/gems/rubocop@1.66.1.rbi +58268 -0
  105. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
  106. data/sorbet/rbi/gems/securerandom@0.3.1.rbi +396 -0
  107. data/sorbet/rbi/gems/spoom@1.4.2.rbi +4932 -0
  108. data/sorbet/rbi/gems/stringio@3.1.1.rbi +9 -0
  109. data/sorbet/rbi/gems/tapioca@0.16.2.rbi +3581 -0
  110. data/sorbet/rbi/gems/thor@1.3.2.rbi +4378 -0
  111. data/sorbet/rbi/gems/timeout@0.4.1.rbi +149 -0
  112. data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +5918 -0
  113. data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +66 -0
  114. data/sorbet/rbi/gems/useragent@0.16.10.rbi +9 -0
  115. data/sorbet/rbi/gems/webrick@1.8.1.rbi +2607 -0
  116. data/sorbet/rbi/gems/websocket-driver@0.7.6.rbi +993 -0
  117. data/sorbet/rbi/gems/websocket-extensions@0.1.5.rbi +121 -0
  118. data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +435 -0
  119. data/sorbet/rbi/gems/yard@0.9.37.rbi +18570 -0
  120. data/sorbet/rbi/gems/zeitwerk@2.6.18.rbi +1051 -0
  121. data/sorbet/rbi/todo.rbi +6 -0
  122. data/sorbet/tapioca/config.yml +13 -0
  123. data/sorbet/tapioca/require.rb +9 -0
  124. data/tasks/bundle_update.rake +14 -0
  125. data/tasks/sorbet.rake +26 -0
  126. metadata +216 -0
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rubocop-capybara` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rubocop-capybara`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rubocop-factory_bot` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rubocop-factory_bot`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rubocop-graphql` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rubocop-graphql`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rubocop-minitest` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rubocop-minitest`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rubocop-performance` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rubocop-performance`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rubocop-rails` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rubocop-rails`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -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)
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rubocop-rspec` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rubocop-rspec`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rubocop-rspec_rails` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rubocop-rspec_rails`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rubocop-sorbet` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rubocop-sorbet`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem