mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
formula: remove unneeded attr_reader
.
This commit is contained in:
parent
5e5f5b22df
commit
e33222b9c1
@ -214,13 +214,6 @@ class Formula
|
||||
sig { returns(T::Boolean) }
|
||||
attr_accessor :follow_installed_alias
|
||||
|
||||
# Message that explains why the formula was excluded from autobump list.
|
||||
# Returns `nil` if no message is specified.
|
||||
#
|
||||
# @see .no_autobump!
|
||||
sig { returns(T.nilable(T.any(String, Symbol))) }
|
||||
attr_reader :no_autobump_message
|
||||
|
||||
alias follow_installed_alias? follow_installed_alias
|
||||
|
||||
# Whether or not to force the use of a bottle.
|
||||
|
Loading…
x
Reference in New Issue
Block a user