extract: fix style
This commit is contained in:
parent
9ab3ff4a41
commit
1e4cd780c3
@ -14,6 +14,7 @@ require "utils/git"
|
|||||||
require "formulary"
|
require "formulary"
|
||||||
require "tap"
|
require "tap"
|
||||||
|
|
||||||
|
# rubocop:disable Style/MethodMissingSuper
|
||||||
class BottleSpecification
|
class BottleSpecification
|
||||||
def method_missing(*); end
|
def method_missing(*); end
|
||||||
|
|
||||||
@ -42,6 +43,7 @@ class DependencyCollector
|
|||||||
prepend Compat
|
prepend Compat
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# rubocop:enable Style/MethodMissingSuper
|
||||||
module Homebrew
|
module Homebrew
|
||||||
module_function
|
module_function
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user