 b7d997e80d
			
		
	
	
		b7d997e80d
		
			
		
	
	
	
	
		
			
			- This was done with `brew typecheck --update --suggest-typed` which (as of the previous commit) uses Spoom, yet another gem. I thought I'd see how well it works. There are no Sorbet errors after these changes!
		
			
				
	
	
		
			13 lines
		
	
	
		
			215 B
		
	
	
	
		
			Ruby
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			215 B
		
	
	
	
		
			Ruby
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env ruby
 | |
| # typed: true
 | |
| # frozen_string_literal: true
 | |
| 
 | |
| require_relative "../standalone"
 | |
| require_relative "../warnings"
 | |
| 
 | |
| Warnings.ignore :parser_syntax do
 | |
|   require "rubocop"
 | |
| end
 | |
| 
 | |
| exit RuboCop::CLI.new.run
 |