Merge pull request #164838 from issyl0/rubocop-fixes

Fix RuboCop `Style/RedundantFreeze` offenses
This commit is contained in:
Issy Long
2024-01-19 14:43:33 +00:00
committed by GitHub
+1 -1
View File
@@ -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 = {