Satisfy brew typecheck
This commit is contained in:
		
							parent
							
								
									0c41d374c9
								
							
						
					
					
						commit
						8d5dc76284
					
				@ -129,6 +129,9 @@ module Homebrew
 | 
			
		||||
      sig { returns(T.nilable(T::Boolean)) }
 | 
			
		||||
      def markdown?; end
 | 
			
		||||
 | 
			
		||||
      sig { returns(T.nilable(T::Boolean)) }
 | 
			
		||||
      def reset_cache?; end
 | 
			
		||||
 | 
			
		||||
      sig { returns(T.nilable(String)) }
 | 
			
		||||
      def tag; end
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -424,7 +424,7 @@ describe CoreTap do
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  specify "files" do
 | 
			
		||||
    path = CoreTap::TAP_DIRECTORY/"homebrew/homebrew-core"
 | 
			
		||||
    path = Tap::TAP_DIRECTORY/"homebrew/homebrew-core"
 | 
			
		||||
    formula_file = subject.formula_dir/"foo.rb"
 | 
			
		||||
    formula_file.write <<~RUBY
 | 
			
		||||
      class Foo < Formula
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user