Merge pull request #7943 from vidusheeamoli/utils-notability-to-true
sorbet: set utils/notability.rb to true
This commit is contained in:
		
						commit
						d1f6296f0f
					
				@ -454,7 +454,6 @@ false:
 | 
				
			|||||||
  - ./utils/fork.rb
 | 
					  - ./utils/fork.rb
 | 
				
			||||||
  - ./utils/formatter.rb
 | 
					  - ./utils/formatter.rb
 | 
				
			||||||
  - ./utils/github.rb
 | 
					  - ./utils/github.rb
 | 
				
			||||||
  - ./utils/notability.rb
 | 
					 | 
				
			||||||
  - ./utils/popen.rb
 | 
					  - ./utils/popen.rb
 | 
				
			||||||
  - ./utils/user.rb
 | 
					  - ./utils/user.rb
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -891,6 +890,7 @@ true:
 | 
				
			|||||||
  - ./test/support/helper/fixtures.rb
 | 
					  - ./test/support/helper/fixtures.rb
 | 
				
			||||||
  - ./test/support/lib/config.rb
 | 
					  - ./test/support/lib/config.rb
 | 
				
			||||||
  - ./utils/bottles.rb
 | 
					  - ./utils/bottles.rb
 | 
				
			||||||
 | 
					  - ./utils/notability.rb
 | 
				
			||||||
  - ./utils/git.rb
 | 
					  - ./utils/git.rb
 | 
				
			||||||
  - ./utils/shell.rb
 | 
					  - ./utils/shell.rb
 | 
				
			||||||
  - ./utils/svn.rb
 | 
					  - ./utils/svn.rb
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										15
									
								
								Library/Homebrew/sorbet/rbi/utils/notability.rbi
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								Library/Homebrew/sorbet/rbi/utils/notability.rbi
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,15 @@
 | 
				
			|||||||
 | 
					# typed: strict
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					module SharedAudits
 | 
				
			||||||
 | 
					  def github(user, repo)
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  def gitlab(user, repo)
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  def bitbucket(user, repo)
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  def curl_output(*args, secrets: [], **options)
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
 | 
					end
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user