2023 is now Ruby with Sorbet
This commit is contained in:
parent
3feb0134ee
commit
afcaba41eb
21 changed files with 87695 additions and 0 deletions
13
2023/sorbet/tapioca/config.yml
Normal file
13
2023/sorbet/tapioca/config.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
gem:
|
||||
# Add your `gem` command parameters here:
|
||||
#
|
||||
# exclude:
|
||||
# - gem_name
|
||||
# doc: true
|
||||
# workers: 5
|
||||
dsl:
|
||||
# Add your `dsl` command parameters here:
|
||||
#
|
||||
# exclude:
|
||||
# - SomeGeneratorName
|
||||
# workers: 5
|
||||
4
2023/sorbet/tapioca/require.rb
Normal file
4
2023/sorbet/tapioca/require.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# typed: true
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Add your extra requires here (`bin/tapioca require` can be used to bootstrap this list)
|
||||
Loading…
Reference in a new issue