12 lines
		
	
	
		
			183 B
		
	
	
	
		
			Ruby
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			183 B
		
	
	
	
		
			Ruby
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env ruby
 | |
| # typed: false
 | |
| # frozen_string_literal: true
 | |
| 
 | |
| require_relative "../warnings"
 | |
| 
 | |
| Warnings.ignore :parser_syntax do
 | |
|   require "rubocop"
 | |
| end
 | |
| 
 | |
| exit RuboCop::CLI.new.run
 | 
