Skip to content

Commit

Permalink
actions/sync/shared-config: disable Sorbet/StrictSigil.
Browse files Browse the repository at this point in the history
We don't want/need to enforce this in taps so let's disable it globally
when syncing.
  • Loading branch information
MikeMcQuaid committed Aug 23, 2024
1 parent a685cf7 commit 440d597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/sync/shared-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 440d597

Please sign in to comment.