rubocops/shell_commands: fix missing require

This commit is contained in:
Bo Anderson 2022-11-05 21:27:52 +00:00 committed by Mike McQuaid
parent cd21875929
commit 917a1e7bff
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -3,6 +3,7 @@
require "active_support/core_ext/array/access" require "active_support/core_ext/array/access"
require "rubocops/shared/helper_functions" require "rubocops/shared/helper_functions"
require "shellwords"
module RuboCop module RuboCop
module Cop module Cop