brew style --fix
This commit is contained in:
parent
cfa7d82f65
commit
e59a407ba4
@ -12,7 +12,10 @@ module Homebrew
|
||||
attr_reader :url, :tap, :sha256, :desc, :homepage
|
||||
attr_accessor :name
|
||||
|
||||
sig { params(name: T.nilable(String), version: T.nilable(String), tap: T.nilable(String), mode: T.nilable(Symbol), license: T.nilable(String), fetch: T::Boolean, head: T::Boolean).void }
|
||||
sig {
|
||||
params(name: T.nilable(String), version: T.nilable(String), tap: T.nilable(String), mode: T.nilable(Symbol),
|
||||
license: T.nilable(String), fetch: T::Boolean, head: T::Boolean).void
|
||||
}
|
||||
def initialize(name, version, tap:, mode:, license:, fetch: true, head: false)
|
||||
@name = name
|
||||
@version = Version.new(version) if version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user