From 917a1e7bffff496b8c7548421d8b99b409deb0ba Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Sat, 5 Nov 2022 21:27:52 +0000 Subject: [PATCH] rubocops/shell_commands: fix missing require --- Library/Homebrew/rubocops/shell_commands.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/rubocops/shell_commands.rb b/Library/Homebrew/rubocops/shell_commands.rb index f1352365a6..d832041b29 100644 --- a/Library/Homebrew/rubocops/shell_commands.rb +++ b/Library/Homebrew/rubocops/shell_commands.rb @@ -3,6 +3,7 @@ require "active_support/core_ext/array/access" require "rubocops/shared/helper_functions" +require "shellwords" module RuboCop module Cop