Merge pull request #18065 from Homebrew/moar_undefined_constants
This commit is contained in:
commit
f930795c36
@ -4,11 +4,52 @@
|
|||||||
require "cli/parser"
|
require "cli/parser"
|
||||||
|
|
||||||
UNDEFINED_CONSTANTS = %w[
|
UNDEFINED_CONSTANTS = %w[
|
||||||
|
AbstractDownloadStrategy
|
||||||
|
Addressable
|
||||||
|
Base64
|
||||||
|
CacheStore
|
||||||
Cask::Cask
|
Cask::Cask
|
||||||
|
Cask::CaskLoader
|
||||||
|
Completions
|
||||||
|
CSV
|
||||||
Formula
|
Formula
|
||||||
Formulary
|
Formulary
|
||||||
|
GitRepository
|
||||||
Homebrew::API
|
Homebrew::API
|
||||||
|
Homebrew::Manpages
|
||||||
|
Homebrew::Settings
|
||||||
|
JSONSchemer
|
||||||
|
Kramdown
|
||||||
|
Metafiles
|
||||||
|
MethodSource
|
||||||
|
Minitest
|
||||||
|
Nokogiri
|
||||||
|
OS::Mac::Version
|
||||||
|
Parlour
|
||||||
|
PatchELF
|
||||||
|
Pry
|
||||||
|
ProgressBar
|
||||||
|
REXML
|
||||||
|
Red
|
||||||
|
RSpec
|
||||||
|
RuboCop
|
||||||
|
StackProf
|
||||||
|
Spoom
|
||||||
Tap
|
Tap
|
||||||
|
Tapioca
|
||||||
|
UnpackStrategy
|
||||||
|
Utils::Analytics
|
||||||
|
Utils::Backtrace
|
||||||
|
Utils::Bottles
|
||||||
|
Utils::Curl
|
||||||
|
Utils::Fork
|
||||||
|
Utils::Git
|
||||||
|
Utils::GitHub
|
||||||
|
Utils::Link
|
||||||
|
Utils::Svn
|
||||||
|
Uri
|
||||||
|
Vernier
|
||||||
|
YARD
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
module Homebrew
|
module Homebrew
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user