brew/Library/Homebrew/utils/rubocop.rb

13 lines
217 B
Ruby
Raw Normal View History

2021-02-09 18:59:29 -05:00
#!/usr/bin/env ruby
2023-08-08 13:54:59 -07:00
# typed: strict
2021-02-09 18:59:29 -05:00
# frozen_string_literal: true
require_relative "../standalone"
2021-02-14 11:56:32 -05:00
require_relative "../warnings"
2021-02-09 18:59:29 -05:00
2021-02-14 11:56:32 -05:00
Warnings.ignore :parser_syntax do
require "rubocop"
2021-02-09 18:59:29 -05:00
end
exit RuboCop::CLI.new.run