diff --git a/Library/Homebrew/dev-cmd/extract.rb b/Library/Homebrew/dev-cmd/extract.rb index 9d19a2ffc6..d4d5cf87a2 100644 --- a/Library/Homebrew/dev-cmd/extract.rb +++ b/Library/Homebrew/dev-cmd/extract.rb @@ -14,6 +14,7 @@ require "utils/git" require "formulary" require "tap" +# rubocop:disable Style/MethodMissingSuper class BottleSpecification def method_missing(*); end @@ -42,6 +43,7 @@ class DependencyCollector prepend Compat end +# rubocop:enable Style/MethodMissingSuper module Homebrew module_function