Skip to content

Commit

Permalink
Merge pull request #18065 from Homebrew/moar_undefined_constants
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Aug 16, 2024
2 parents 21e3055 + f719090 commit f930795
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions Library/Homebrew/test/support/helper/cmd/brew-verify-undefined.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,52 @@
require "cli/parser"

UNDEFINED_CONSTANTS = %w[
AbstractDownloadStrategy
Addressable
Base64
CacheStore
Cask::Cask
Cask::CaskLoader
Completions
CSV
Formula
Formulary
GitRepository
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
Tapioca
UnpackStrategy
Utils::Analytics
Utils::Backtrace
Utils::Bottles
Utils::Curl
Utils::Fork
Utils::Git
Utils::GitHub
Utils::Link
Utils::Svn
Uri
Vernier
YARD
].freeze

module Homebrew
Expand Down

0 comments on commit f930795

Please sign in to comment.