From 797ccdd11c4a4c7e76649decfea19b9a2f7a3691 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Wed, 12 Feb 2025 16:53:20 -0800 Subject: [PATCH] `brew style --fix` Signed-off-by: Patrick Linnane --- Library/Homebrew/rubocops/lines.rb | 2 +- Library/Homebrew/rubocops/urls.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/rubocops/lines.rb b/Library/Homebrew/rubocops/lines.rb index 1f28e670d4..aec192b29e 100644 --- a/Library/Homebrew/rubocops/lines.rb +++ b/Library/Homebrew/rubocops/lines.rb @@ -1,4 +1,4 @@ -# typed: strict # rubocop:todo Sorbet/StrictSigil +# typed: strict # frozen_string_literal: true require "macos_version" diff --git a/Library/Homebrew/rubocops/urls.rb b/Library/Homebrew/rubocops/urls.rb index 67412a56ff..a37ba8705e 100644 --- a/Library/Homebrew/rubocops/urls.rb +++ b/Library/Homebrew/rubocops/urls.rb @@ -1,4 +1,4 @@ -# typed: strict # rubocop:todo Sorbet/StrictSigil +# typed: strict # frozen_string_literal: true require "rubocops/extend/formula_cop"