Adds types

This commit is contained in:
2026-03-29 02:37:49 -04:00
parent 63276ef8ca
commit 323484a33a
44 changed files with 1273 additions and 121 deletions

12
sorbet/config Normal file
View 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
View 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

View 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)