Add tap --shallow deprecation TODO

Co-authored-by: Rylan Polster <rslpolster@gmail.com>
This commit is contained in:
Connor Mann 2021-05-07 10:13:08 -04:00 committed by GitHub
parent 2211d795ed
commit e391381acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ module Homebrew
if args.shallow? if args.shallow?
opoo "`brew tap --shallow` is now a no-op!" opoo "`brew tap --shallow` is now a no-op!"
# TODO: (3.2) Uncomment the following line and remove the `opoo` above
# odeprecated "`brew tap --shallow`" # odeprecated "`brew tap --shallow`"
end end