aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib
diff options
context:
space:
mode:
authorMike McQuaid2017-07-14 17:03:33 +0100
committerMike McQuaid2017-07-21 10:50:07 +0100
commit2d18ba586b3250062cd58c8f5af81fc30a35bb5f (patch)
tree68c6130df8f85bb7c2e5dddb0cf4c12413f52bc9 /Library/Homebrew/cask/lib
parente0560ff363d5efa177cf567281e78f73848557b4 (diff)
downloadbrew-2d18ba586b3250062cd58c8f5af81fc30a35bb5f.tar.bz2
Enable more deprecations.
It's been long enough that these have been commented out so let's enable them globally.
Diffstat (limited to 'Library/Homebrew/cask/lib')
-rw-r--r--Library/Homebrew/cask/lib/hbc/dsl.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/dsl.rb b/Library/Homebrew/cask/lib/hbc/dsl.rb
index 112ceb943..1105ac1a2 100644
--- a/Library/Homebrew/cask/lib/hbc/dsl.rb
+++ b/Library/Homebrew/cask/lib/hbc/dsl.rb
@@ -204,9 +204,7 @@ module Hbc
end
def license(*)
- # TODO: Uncomment after `license` has been
- # removed from all official taps.
- # odeprecated "Hbc::DSL#license"
+ odeprecated "Hbc::DSL#license"
end
# depends_on uses a load method so that multiple stanzas can be merged