From 7cc67ddb1b4a5a4ed4375f682dad9ef30b7fc6f0 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 24 Aug 2020 22:52:16 +0200 Subject: [PATCH] Document `Denylist`. --- Library/Homebrew/cask/denylist.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Homebrew/cask/denylist.rb b/Library/Homebrew/cask/denylist.rb index 86bd1151ae..dda4326ba6 100644 --- a/Library/Homebrew/cask/denylist.rb +++ b/Library/Homebrew/cask/denylist.rb @@ -1,6 +1,9 @@ # frozen_string_literal: true module Cask + # List of casks which are not allowed in official taps. + # + # @api private module Denylist def self.reason(name) case name