diff --git a/.github/actions/sync/shared-config.rb b/.github/actions/sync/shared-config.rb index 606ca7ab..c7806296 100755 --- a/.github/actions/sync/shared-config.rb +++ b/.github/actions/sync/shared-config.rb @@ -171,7 +171,8 @@ def git(*args) FileUtils.rm_f target_path target_path.write( "# This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly.\n" \ - "#{homebrew_rubocop_config}\n", + "#{homebrew_rubocop_config}" \ + "Sorbet/StrictSigil:\n Enabled: false\n\n", ) when dependabot_yaml next if custom_dependabot_repos.include?(repository_name)