mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 05:32:52 +00:00
Adds types
This commit is contained in:
13
sorbet/tapioca/config.yml
Normal file
13
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
sorbet/tapioca/require.rb
Normal file
4
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)
|
||||
Reference in New Issue
Block a user