Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Fix some brew typecheck homebrew/bundle cases #1553

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions spec/bundle/commands/check_command_spec.rbi
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class TestChecker < Bundle::Checker::Base
end
2 changes: 1 addition & 1 deletion spec/stub/formulary.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

class Formulary
module Formulary
def self.factory(name)
Formula.new(name)
end
Expand Down
Loading