From 5312c3d2b946373d0b7c065080202ab7bfe36576 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Fri, 19 Jan 2024 14:16:43 +0000 Subject: [PATCH] Fix RuboCop `Style/RedundantFreeze` offenses - Yet another whackamole for https://github.com/Homebrew/brew/pull/16501. --- cmd/lib/check.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lib/check.rb b/cmd/lib/check.rb index d44b502b66..70e691fe55 100644 --- a/cmd/lib/check.rb +++ b/cmd/lib/check.rb @@ -4,7 +4,7 @@ require "forwardable" APPLE_LAUNCHJOBS_REGEX = - /\A(?:application\.)?com\.apple\.(installer|Preview|Safari|systemevents|systempreferences|Terminal)(?:\.|$)/.freeze + /\A(?:application\.)?com\.apple\.(installer|Preview|Safari|systemevents|systempreferences|Terminal)(?:\.|$)/ module Check CHECKS = {