mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 22:12:53 +00:00
Adds types
This commit is contained in:
12
sorbet/config
Normal file
12
sorbet/config
Normal file
@@ -0,0 +1,12 @@
|
||||
--dir
|
||||
.
|
||||
--ignore=/vendor/
|
||||
--ignore=/node_modules/
|
||||
--ignore=/tmp/
|
||||
--ignore=/log/
|
||||
--ignore=/public/
|
||||
--ignore=/bin/
|
||||
--ignore=/db/migrate/
|
||||
|
||||
# Suppress known gem incompatibilities
|
||||
--suppress-payload-superclass-redefinition-for=RDoc::Markup::Heading
|
||||
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