We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d5b74 commit 53ba6c4Copy full SHA for 53ba6c4
2 files changed
lib/tapioca/commands/configure.rb
@@ -38,6 +38,7 @@ def create_sorbet_config
38
.
39
--ignore=tmp/
40
--ignore=vendor/
41
+ --parser=prism
42
CONTENT
43
end
44
spec/tapioca/cli/configure_spec.rb
@@ -31,6 +31,7 @@ class ConfigureSpec < SpecWithProject
31
32
33
34
35
CONFIG
36
37
assert_project_file_equal("sorbet/tapioca/require.rb", <<~RB)
0 commit comments