Skip to content

Commit

Permalink
Merge pull request #2086 from Shopify/vs-skip-validate-under-addon
Browse files Browse the repository at this point in the history
Skip validating RBIs when running under add-on mode
  • Loading branch information
vinistock authored Nov 22, 2024
2 parents 3ce0a60 + 032f09c commit c3a7376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tapioca/commands/dsl_generate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def execute
purge_stale_dsl_rbi_files(rbi_files_to_purge)
say("Done", :green)

if @auto_strictness
if @auto_strictness && !@lsp_addon
say("")
validate_rbi_files(
command: default_command(:dsl, all_requested_constants.join(" ")),
Expand Down

0 comments on commit c3a7376

Please sign in to comment.