ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
266 B

  1. #!/usr/bin/env ruby
  2. require "rubygems"
  3. require "bundler/setup"
  4. # explicit rubocop config increases performance slightly while avoiding config confusion.
  5. ARGV.unshift("--config", File.expand_path("../.rubocop.yml", __dir__))
  6. load Gem.bin_path("rubocop", "rubocop")