mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #164838 from issyl0/rubocop-fixes
Fix RuboCop `Style/RedundantFreeze` offenses
This commit is contained in:
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user