Skip to content

Commit 53ba6c4

Browse files
committed
Use prism as the parser when creating sorbet/config
1 parent 14d5b74 commit 53ba6c4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/tapioca/commands/configure.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def create_sorbet_config
3838
.
3939
--ignore=tmp/
4040
--ignore=vendor/
41+
--parser=prism
4142
CONTENT
4243
end
4344

spec/tapioca/cli/configure_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class ConfigureSpec < SpecWithProject
3131
.
3232
--ignore=tmp/
3333
--ignore=vendor/
34+
--parser=prism
3435
CONFIG
3536

3637
assert_project_file_equal("sorbet/tapioca/require.rb", <<~RB)

0 commit comments

Comments
 (0)