brew/Library/Homebrew/utils/rubocop.rb
Douglas Eichelberger d01cda2815 Turn up the types
2023-08-12 22:01:22 -07:00

13 lines
217 B
Ruby
Executable File

#!/usr/bin/env ruby
# typed: strict
# frozen_string_literal: true
require_relative "../standalone"
require_relative "../warnings"
Warnings.ignore :parser_syntax do
require "rubocop"
end
exit RuboCop::CLI.new.run